FROM samalba/docker-registry
MAINTAINER Jason Kraus "jason@montagable.com"

EXPOSE 5000

CMD cd /docker-registry && ./setup-configs.sh && ./run.sh

