Sample config file changes
Rename config.yml to dev-config.yml Add example-config.yml, a simple configuration file for the official This was originally made for the the distribution-library-image repo, but is being moved here to make sure it stays in sync. Update Dockerfile and docs for the rename. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
9038e48c3b
commit
f0c5284d2d
5 changed files with 17 additions and 3 deletions
|
@ -15,4 +15,4 @@ RUN make PREFIX=/go clean binaries
|
|||
VOLUME ["/var/lib/registry"]
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT ["registry"]
|
||||
CMD ["cmd/registry/config.yml"]
|
||||
CMD ["cmd/registry/dev-config.yml"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue