Commit 89657aed authored by nimrod's avatar nimrod
Browse files

bashrc: Set the CONTAINER_HOST.

For running podman inside a toolbx container.
parent 5ee988ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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