Remove old docker-all and docker host as they are host-independent
This commit is contained in:
parent
1a346c1136
commit
1c9e7873a2
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue