Add script to push all images to dockerhub

This commit is contained in:
Kelvin Chen 2015-11-06 19:15:13 -05:00
parent f3af899de2
commit 6c18d0a0dd
1 changed files with 10 additions and 0 deletions

10
push-images.sh Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Push all images to the docker registry.
docker push kelvinchen/seedbox:base
docker push kelvinchen/seedbox:frontend
docker push kelvinchen/seedbox:plex
docker push kelvinchen/seedbox:rtorrent
docker push kelvinchen/seedbox:sickrage
docker push kelvinchen/seedbox:syncthing