Explorar o código

Merge pull request #865 from 31z4/storm

Fix Storm configuration overriding example
yosifkit %!s(int64=8) %!d(string=hai) anos
pai
achega
a3247de72d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      storm/content.md

+ 1 - 1
storm/content.md

@@ -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.