Removing specific docker tag from the docker example

Signed-off-by: Mitsuo Takaki <mitsuotakaki@gmail.com>
This commit is contained in:
Mitsuo Takaki
2017-02-11 14:27:44 -08:00
parent a055e0b76d
commit cfd0ddcb2b

View File

@@ -96,5 +96,5 @@ $ docker run --rm -it -v "$PWD":/usr/src/app/config/ mtakaki/cachet-url-monitor
If you're going to use a file with a name other than `config.yml`, you will need to map the local file, like this:
```
$ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor:0.2
$ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor
```