mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 20:14:41 +00:00
Update README.md
This commit is contained in:
parent
918f1cb3c0
commit
4f796064eb
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user