From c64cf53a5e4a7a717ceaf9b3286b0cfff57f86db Mon Sep 17 00:00:00 2001 From: Elisey Zanko Date: Sun, 26 Mar 2017 22:14:05 +0500 Subject: [PATCH] Fix configuration overriding example --- storm/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm/content.md b/storm/content.md index 7d8024e9c..98a91f4da 100644 --- a/storm/content.md +++ b/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.