diff options
author | Mike Bryant <m@ocado.com> | 2016-01-28 16:43:54 +0000 |
---|---|---|
committer | Mike Bryant <m@ocado.com> | 2016-01-28 16:43:54 +0000 |
commit | 0cc5f6f7969ca2dade66eead1536e7eb25cc4527 (patch) | |
tree | ed2ba3308a21ad4b0efcf515fca10b87029d4614 /README.md | |
parent | d779ddff011c9957a0e091084b8e0ba2018ddc67 (diff) |
Fix instructions for running the new docker image. Fixes #294
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |