env: set DOCKER_HOST to podman socket, if it exists
This commit is contained in:
parent
54133a240b
commit
761fa84261
3
env/20_dockerhost.zsh
vendored
Normal file
3
env/20_dockerhost.zsh
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [[ -e $XDG_RUNTIME_DIR/podman/podman.sock ]]; then
|
||||
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
|
||||
fi
|
Loading…
Reference in a new issue