4 lines
120 B
Bash
4 lines
120 B
Bash
if [[ -e $XDG_RUNTIME_DIR/podman/podman.sock ]]; then
|
|
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
|
|
fi
|