random stuff

This commit is contained in:
2019-10-04 05:26:45 -07:00
parent 45b3eb8ad5
commit 1675072561
6 changed files with 40 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ fi
DOCKER_HOST=unix://$HOME/tmp/docker.sock
if ! docker ps 2>&1 >/dev/null ; then
rm $HOME/tmp/docker.sock
/bin/rm $HOME/tmp/docker.sock
ssh -nNT -L $HOME/tmp/docker.sock:/var/run/docker.sock root@nue3.eeqj.de
fi