Fix configuration overriding example

This commit is contained in:
Elisey Zanko 2017-03-26 22:14:05 +05:00
parent 9ddc7aa4b3
commit c64cf53a5e
No known key found for this signature in database
GPG Key ID: 08BBC369B144F2DF
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ This image uses [default configuration](https://github.com/apache/storm/blob/v1.
1. Using command line arguments.
$ docker run -d --restart always --name nimbus storm:1.0 storm nimbus -c storm.zookeeper.servers="[zookeeper]"
$ docker run -d --restart always --name nimbus storm:1.0 storm nimbus -c storm.zookeeper.servers='["zookeeper"]'
2. Assuming you have `storm.yaml` in the current directory you can mount it as a volume.