Skip to content
Snippets Groups Projects
Commit 6c1786a9 authored by nimrod's avatar nimrod
Browse files

Re-add the DOCKER_HOST variable.

It's needed for the Docker Terraform provider.
parent ad9cbee0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
# vim: ft=sh
export DOCKER_BUILDKIT=1
export DOCKER_HOST=unix://"$XDG_RUNTIME_DIR/podman/podman.sock"
alias hostlocal='docker run --rm --privileged --net=host docker.io/gliderlabs/hostlocal'
alias occ='docker --context=host01 exec -itu www-data nextcloud-nextcloud-1 ./occ'
alias reg='docker --context=ns4 exec registry-reg-1 reg'
......
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