mirror of
https://github.com/distribution/distribution-library-image
synced 2024-11-07 05:05:50 +01:00
Update registry binary to version v2.4.0
Add 'serve' to Dockerfile cmd. Signed-off-by: Richard Scothern <richard.scothern@docker.com>
This commit is contained in:
parent
b518c35ff6
commit
3b41b10642
@ -12,4 +12,4 @@ COPY ./registry/config-example.yml /etc/docker/registry/config.yml
|
||||
VOLUME ["/var/lib/registry"]
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT ["/bin/registry"]
|
||||
CMD ["/etc/docker/registry/config.yml"]
|
||||
CMD ["serve", "/etc/docker/registry/config.yml"]
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user