diff --git a/.bashrc b/.bashrc
index eb93eea921cf42d28ab494266cc8a6f6760efba4..38d014ae63987fe52963ed5a3dffaed2f91f80f8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -433,6 +433,7 @@ then
     then
         alias podman='podman --remote'
         export DOCKER_HOST=unix://"$XDG_RUNTIME_DIR/podman/podman.sock"
+        export CONTAINER_HOST=unix://"$XDG_RUNTIME_DIR/podman/podman.sock"
     fi
 fi