docker rootless
This commit is contained in:
parent
620c9fa9e6
commit
b19a117a4f
1 changed files with 4 additions and 0 deletions
4
env.sh
4
env.sh
|
@ -7,3 +7,7 @@ export PATH="$PATH:$HOME/.go/bin"
|
|||
|
||||
export PATH="$PATH:$HOME/.local/bin"
|
||||
export PATH="$PATH:$HOME/.nimble/bin"
|
||||
|
||||
# docker rootless
|
||||
export PATH=$HOME/bin:$PATH
|
||||
export DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock
|
||||
|
|
Loading…
Reference in a new issue