Go to file
Richard Scothern 578da7e03c Add a startup script (docker-entrypoint.sh) and use it as the entrypoint for the
official image container.

This conforms to the official image rules to run the container with a shell
without using the --entrypoint flags.

Supports:

[o] docker run registry sh                        # /bin/sh
[o] docker run -v /a:/b registry /b/config.yml    # /bin/registry serve /b/config.yml
[o] docker run registry                           # /bin/registry serve /etc/docker/config.yml
[o] docker run -ti registry -h                    # /bin/registry -h
[o] docker run <command> [args]                   # /bin/registry <command> [args]

Signed-off-by: Richard Scothern <richard.scothern@docker.com>
2016-06-14 11:09:06 -07:00
registry Update registry binary to v2.4.1. 2016-05-18 10:07:51 -07:00
Dockerfile Add a startup script (docker-entrypoint.sh) and use it as the entrypoint for the 2016-06-14 11:09:06 -07:00
README.md Initial commit 2015-07-28 16:23:14 -07:00
docker-entrypoint.sh Add a startup script (docker-entrypoint.sh) and use it as the entrypoint for the 2016-06-14 11:09:06 -07:00
update.sh Add library image for registry 2015-07-30 17:50:03 -07:00

README.md

About this Repo

This is the Git repo of the official Docker image for distribution. See the Hub page for the full readme on how to use the Docker image and for information regarding contributing and issues.