We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91974f7 commit 25bee3eCopy full SHA for 25bee3e
tools/docker.sh
@@ -58,3 +58,9 @@ function docker_logs() {
58
docker logs --timestamps $* "$CONTAINER_ID"
59
)
60
}
61
+
62
+# shellcheck disable=SC2154
63
+if [[ ${platform} == "linux" ]]; then
64
+ systemctl --user start podman.socket >&2 2> /dev/null
65
+ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
66
+fi
0 commit comments