Remove old docker-all and docker host as they are host-independent

This commit is contained in:
caskd 2020-01-23 17:51:04 +01:00
parent 1a346c1136
commit 1c9e7873a2
No known key found for this signature in database
GPG Key ID: 79DB21404E300A27
1 changed files with 0 additions and 6 deletions

View File

@ -1,4 +1,3 @@
export DOCKER_HOST=ssh://nbg-0
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
export LD_LIBRARY_PATH=/usr/lib:/usr/lib32:$HOME/.steam/bin/:$LD_LIBRARY_PATH
export EDITOR=vim
@ -11,11 +10,6 @@ fi
export GPG_TTY=$(tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
function docker-all {
for ((i=0;i<=4;i++)); do
docker -H ssh://fra-n${i} $@
done
}
function build-n-push {
docker build ${1} --tag=localhost:5000/${2} --force-rm=true --compress=true && docker push localhost:5000/${2}
}