Updated references in README to version 1.4.12

Signed-off-by: Andrea Pinazzi <follettoonip@gmail.com>
This commit is contained in:
Andrea Pinazzi 2017-06-06 09:52:41 +02:00 committed by Roger Light
parent 4738be1afe
commit 470665c4cb

View File

@ -15,7 +15,7 @@ Three mount points have been created in the image to be used for configuration,
When running the image, the default configuration values are used.
To use a custom configuration file, mount a **local** configuration file to `/mosquitto/config/mosquitto.conf`
```
docker run -it -p 1883:1883 -p 9001:9001 -v <path-to-configuration-file>:/mosquitto/config/mosquitto.conf mosquitto:1.4.10
docker run -it -p 1883:1883 -p 9001:9001 -v <path-to-configuration-file>:/mosquitto/config/mosquitto.conf mosquitto:1.4.12
```
Configuration can be changed to:
@ -36,13 +36,13 @@ log_dest file /mosquitto/log/mosquitto.log
##Build
Build the image:
```
docker build -t mosquitto:1.4.10 .
docker build -t mosquitto:1.4.12 .
```
##Run
Run a container using the new image:
```
docker run -it -p 1883:1883 -p 9001:9001 -v <path-to-configuration-file>:/mosquitto/config/mosquitto.conf -v /mosquitto/data -v /mosquitto/log mosquitto:1.4.10
docker run -it -p 1883:1883 -p 9001:9001 -v <path-to-configuration-file>:/mosquitto/config/mosquitto.conf -v /mosquitto/data -v /mosquitto/log mosquitto:1.4.12
```
:boom: if the mosquitto configuration (mosquitto.conf) was modified
to use non-default ports, the docker run command will need to be updated