zsh: correct podman-to-docker examples
This commit is contained in:
parent
b9b056d10d
commit
af26648283
@ -4,7 +4,7 @@
|
||||
ZSHU_COMP_FORCE[podman]=1
|
||||
|
||||
## systemctl status podman.socket
|
||||
export DOCKER_HOST=/run/podman/podman.sock
|
||||
export DOCKER_HOST=unix:///run/podman/podman.sock
|
||||
|
||||
## systemctl --user status podman.socket
|
||||
export DOCKER_HOST=${XDG_RUNTIME_DIR}/podman/podman.sock
|
||||
export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/podman/podman.sock
|
||||
|
Loading…
Reference in New Issue
Block a user