From 4f796064eb7f44f928635c342906565fbc1ecb21 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Thu, 10 Aug 2017 10:44:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6541894..a3622a0 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The autodetect mode starts when you don't specify any configuration file. If you start oribter with the command: ``` -orbiter daemon -daemon +orbiter daemon ``` It's going to start in autodetect mode. This modality at the moment only fetch @@ -159,7 +159,7 @@ func CreateAutoScaler() *autoscaler.Autoscaler{ ## With docker ```sh -docker run -it -v ${PWD}/your.yml:/etc/orbiter.yml -p 8000:8000 gianarb/orbiter +docker run -it -v ${PWD}/your.yml:/etc/orbiter.yml -p 8000:8000 gianarb/orbiter daemon ``` We are supporting an imag `gianarb/orbiter` in hub.docker.com. You can run it with your configuration.