Docker Registry Operations: Difference between revisions
Jump to navigation
Jump to search
(→Start) |
|||
Line 9: | Line 9: | ||
=Start= | =Start= | ||
docker run -d -p 5000:5000 --name registry registry:2 | docker run -d -p 5000:5000 --name registry registry:2 |
Revision as of 22:33, 19 April 2018
Internal
Overview
"Docker Registry" in this context refers to the image published by Docker, which instantiates as a container that exposes the content of the local registry over TCP.
Start
docker run -d -p 5000:5000 --name registry registry:2