summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bryant <m@ocado.com>2016-01-28 16:43:54 +0000
committerMike Bryant <m@ocado.com>2016-01-28 16:43:54 +0000
commit0cc5f6f7969ca2dade66eead1536e7eb25cc4527 (patch)
treeed2ba3308a21ad4b0efcf515fca10b87029d4614
parentd779ddff011c9957a0e091084b8e0ba2018ddc67 (diff)
Fix instructions for running the new docker image. Fixes #294
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 49ebe54..e6454ce 100644
--- a/README.md
+++ b/README.md
@@ -218,7 +218,7 @@ rvm use --default 2.1.2
```
6. run container again:
```
- root@bla:~# docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -t oxidized/oxidized:latest oxidized
+ root@bla:~# docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -t oxidized/oxidized:latest
oxidized[1]: Oxidized starting, running as pid 1
oxidized[1]: Loaded 1 nodes
Puma 2.13.4 starting...
@@ -232,7 +232,7 @@ rvm use --default 2.1.2
If you want to have the config automatically reloaded (e.g. when using a http source that changes)
```
- root@bla:~# docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -e CONFIG_RELOAD_INTERVAL=3600 -t oxidized/oxidized:latest oxidized
+ root@bla:~# docker run -v /etc/oxidized:/root/.config/oxidized -p 8888:8888/tcp -e CONFIG_RELOAD_INTERVAL=3600 -t oxidized/oxidized:latest
```
## Cookbook