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
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment