feat: DOCKER_HOST=podman

This commit is contained in:
ange 2024-05-23 15:12:56 +02:00
parent 4a6eb1c21b
commit af5bee6a47
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -33,3 +33,5 @@ export VISUAL=nvim
export PAGER=less export PAGER=less
export MAKEFLAGS='-j' export MAKEFLAGS='-j'
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/podman/podman.sock"