diff options
author | ytti <saku@ytti.fi> | 2016-01-28 19:03:33 +0200 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2016-01-28 19:03:33 +0200 |
commit | 5e3e1442ee875528f567a7802a757b713a95d0c6 (patch) | |
tree | ed2ba3308a21ad4b0efcf515fca10b87029d4614 /README.md | |
parent | d779ddff011c9957a0e091084b8e0ba2018ddc67 (diff) | |
parent | 0cc5f6f7969ca2dade66eead1536e7eb25cc4527 (diff) |
Merge pull request #295 from ocadotechnology/fix-docker-readme
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 |