From af26648283ec6557347834224612e007da99331f Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Sun, 18 Feb 2024 15:14:43 +0300 Subject: [PATCH] zsh: correct podman-to-docker examples --- .config/zsh/local.zsh.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/local.zsh.example b/.config/zsh/local.zsh.example index 77383d4..235daa5 100644 --- a/.config/zsh/local.zsh.example +++ b/.config/zsh/local.zsh.example @@ -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