mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
docs: add missing slash to path in docker context create example
Signed-off-by: Nathan Merritt <nathan@sandcastles.tech>
This commit is contained in:
parent
5b789b3494
commit
1c77c101c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue