浏览代码

Run update.sh

Docker Library Bot 8 年之前
父节点
当前提交
52a5583b54
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      storm/README.md

+ 1 - 1
storm/README.md

@@ -107,7 +107,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.