Add swarm to update.sh

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2015-02-04 15:56:17 -08:00
parent 471fa6e4cb
commit f0d747d3de
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ declare -A otherRepos=(
[r-base]='https://github.com/rocker-org/rocker'
[registry]='https://github.com/docker/docker-registry'
[rethinkdb]='https://github.com/stuartpb/rethinkdb-dockerfiles'
[swarm]='https://github.com/docker/swarm-library-image'
[thrift]='https://github.com/ahawkins/docker-thrift'
[ubuntu-debootstrap]='https://github.com/tianon/docker-brew-ubuntu-debootstrap'
[ubuntu-upstart]='https://github.com/tianon/dockerfiles'