documentation: DOCKER_HOST missing unix:// (#2595)

This commit is contained in:
pyy 2022-05-18 12:18:38 +02:00 committed by GitHub
parent b7e5d42e09
commit 0d30b92a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ systemctl enable --now podman.socket
This will create a unix socket locate under `/run/podman/podman.sock`, which is the entrypoint of Podman's API. Now, configure docker-mailserver and start it.
```bash
export DOCKER_HOST="unix:/run/podman/podman.sock"
export DOCKER_HOST="unix:///run/podman/podman.sock"
docker-compose up -d mailserver
docker-compose ps
```