Skip to content

Commit

Permalink
added docker secret create command for rexray (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavb12 authored Jul 2, 2021
1 parent 64c3480 commit fc16b73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ After this finishes, if you're using my docker-machine example you can connect t

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

Create a docker secret using the `REXRAY_DO_TOKEN` environment variable you set earlier.

`echo $REXRAY_DO_TOKEN | docker secret create rexray_do_token -`

From this point on, everything is in stack files! No custom node config's needed. 🎉

`docker stack deploy -c stack-rexray.yml rexray`
Expand Down

0 comments on commit fc16b73

Please sign in to comment.