docs: add missing slash to path in docker context create example

Signed-off-by: Nathan Merritt <nathan@sandcastles.tech>
This commit is contained in:
Nathan Merritt 2025-01-25 10:58:56 -07:00 committed by Florent BENOIT
parent 5b789b3494
commit 1c77c101c6

View file

@ -25,7 +25,7 @@ Alternatively, you can add a `podman` context by using the `docker context creat
- For example, set the value of the context in this pattern on a macOS machine:
`docker context create podman --docker "host=unix://$HOME.local/share/containers/podman/machine/podman.sock"`
`docker context create podman --docker "host=unix://${HOME}/.local/share/containers/podman/machine/podman.sock"`
Where, the path specified after the `unix://` scheme denotes the `DOCKER_HOST` value.