Skip to content

Commit 4635c21

Browse files
Mary AnthonyJoao Fernandes
Mary Anthony
authored and
Joao Fernandes
committed
Fixing docker#193 references to swarm port
Signed-off-by: Mary Anthony <[email protected]>
1 parent 40c5be1 commit 4635c21

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

install-beta.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ gpgkey=https://yum.dockerproject.org/gpg
113113
EOF
114114
```
115115

116+
###
117+
118+
116119
## Step 4: (optional) Create user-named volumes
117120

118121
Orca uses named volumes for persistence of user data. By default, the
@@ -165,7 +168,7 @@ When you have the information you'll be prompted for, do the following to instal
165168
-v /var/run/docker.sock:/var/run/docker.sock \
166169
--name orca-bootstrap \
167170
dockerorca/orca-bootstrap \
168-
install --swarm-port 3376 -i
171+
install -i
169172

170173
The installer pulls several images and prompts you for the installation values it needs. When it completes, the installer prompts you to login into the Orca GUI.
171174

@@ -230,7 +233,7 @@ The first thing you probably want to do is download a client bundle. The bundle
230233
Name: ip-10-0-0-32
231234
ID: 3JU4:QIXQ:ZFUK:QDOU:7KS7:WTM4:DSDD:NO7W:KP3G:OUVU:YPZS:6LX7
232235
Labels:
233-
swarm_master=tcp://10.0.0.32:3376
236+
swarm_master=tcp://10.0.0.32:2376
234237

235238

236239
## Step 7: Add a Node to the Orca cluster
@@ -378,7 +381,7 @@ server.
378381
docker run --rm -it \
379382
-v /var/run/docker.sock:/var/run/docker.sock \
380383
...snip...
381-
install --swarm-port 3376 -i --external-orca-ca
384+
install -i --external-orca-ca
382385

383386

384387
## Where to go next

0 commit comments

Comments
 (0)