Skip to content
Snippets Groups Projects
Commit 89657aed authored by nimrod's avatar nimrod
Browse files

bashrc: Set the CONTAINER_HOST.

For running podman inside a toolbx container.
parent 5ee988ac
No related branches found
No related tags found
No related merge requests found
...@@ -433,6 +433,7 @@ then ...@@ -433,6 +433,7 @@ then
then then
alias podman='podman --remote' alias podman='podman --remote'
export DOCKER_HOST=unix://"$XDG_RUNTIME_DIR/podman/podman.sock" export DOCKER_HOST=unix://"$XDG_RUNTIME_DIR/podman/podman.sock"
export CONTAINER_HOST=unix://"$XDG_RUNTIME_DIR/podman/podman.sock"
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment