Skip to content
Snippets Groups Projects
Commit 4b2767ae authored by Britt Houser's avatar Britt Houser
Browse files

Update to quickstart for CentOS multinode

As I walked through quickstart guide doing a CentOS
multinode deployment, I found a few items that needed
updating.

Change-Id: I3fa6d59ea856ff05be415faffd7f45197be67178
parent e8ad7488
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ to start the docker-registry v1:
# CentOS
yum install docker-registry
sed -i "s/REGISTRY_PORT=5000/REGISTRY_PORT=4000/g" /etc/sysconfig/registry
sed -i "s/REGISTRY_PORT=5000/REGISTRY_PORT=4000/g" /etc/sysconfig/docker-registry
systemctl daemon-reload
systemctl enable docker-registry
systemctl start docker-registry
......@@ -265,7 +265,7 @@ registry is currently running:
::
other_args="--insecure-registry 192.168.1.100:4000
other_args="--insecure-registry 192.168.1.100:4000"
Docker Inc's packaged version of docker-engine for CentOS is defective and
does not read the other_args configuration options from
......
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