1
0

zsh: correct podman-to-docker examples

This commit is contained in:
2024-02-18 15:14:43 +03:00
parent b9b056d10d
commit af26648283

View File

@@ -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