Skip to content

Commit fc16b73

Browse files
authored
added docker secret create command for rexray (#31)
1 parent 64c3480 commit fc16b73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ After this finishes, if you're using my docker-machine example you can connect t
8989

9090
### Step 5: Enable Persistent Storage with REX-Ray
9191

92+
Create a docker secret using the `REXRAY_DO_TOKEN` environment variable you set earlier.
93+
94+
`echo $REXRAY_DO_TOKEN | docker secret create rexray_do_token -`
95+
9296
From this point on, everything is in stack files! No custom node config's needed. 🎉
9397

9498
`docker stack deploy -c stack-rexray.yml rexray`

0 commit comments

Comments
 (0)