Skip to content

Commit

Permalink
Merge pull request #2 from Gamebase32/patch-1
Browse files Browse the repository at this point in the history
Typo section Data Container
  • Loading branch information
jamesjwarren authored Jan 17, 2019
2 parents b5e8421 + e96d5f8 commit 1ac7353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker image:

docker run -v /etc/salt/pki -v /var/salt/cache -v /var/logs/salt -v /etc/salt/master.d -v /srv/salt --name salt-master-data busybox true

This will create a stopped container wwith the name of `salt-master-data` and
This will create a stopped container with the name of `salt-master-data` and
will hold our persistant salt master data. Now we just need to run our master
container with the `--volumes-from` command:

Expand Down

0 comments on commit 1ac7353

Please sign in to comment.