From 0cc5f6f7969ca2dade66eead1536e7eb25cc4527 Mon Sep 17 00:00:00 2001 From: Mike Bryant Date: Thu, 28 Jan 2016 16:43:54 +0000 Subject: Fix instructions for running the new docker image. Fixes #294 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1