Unset Podman's DOCKER_HOST when using Docker

This commit is contained in:
2025-11-12 21:53:33 -05:00
parent 80cd53f234
commit 13a7988ade
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
unset DOCKER_HOST
exec /usr/bin/docker "$@"