Skip to content
Snippets Groups Projects
Commit ee390f1e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Specify registry volume location"

parents c518baaf 776d9418
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,11 @@ Setting up Docker Local Registry ...@@ -217,7 +217,11 @@ Setting up Docker Local Registry
Running Docker registry is easy. Just use the following command:: Running Docker registry is easy. Just use the following command::
docker run -d -p 4000:5000 --restart=always --name registry registry docker run -d -p 4000:5000 --restart=always --name registry \
-v <local_data_path>:/var/lib/registry registry
Note: ``<local_data_path>`` points to the folder where Docker registry
will store Docker images on the local host.
The default port of Docker registry is 5000. The default port of Docker registry is 5000.
But the 5000 port is also the port of keystone-api. But the 5000 port is also the port of keystone-api.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment