Support rootless docker

This commit is contained in:
rwxrob 2022-06-17 20:29:01 +00:00
parent 9dcec1daec
commit b7d8d72bbb

View File

@ -69,7 +69,7 @@ export LESS_TERMCAP_ue="" # "0m"
export LESS_TERMCAP_us="" # underline
export ANSIBLE_INVENTORY="$HOME/.config/ansible/ansible_hosts"
export DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock
#export DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock
[[ -d /.vim/spell ]] && export VIMSPELL=("$HOME/.vim/spell/*.add")