added Docker instructions to README

This commit is contained in:
GP8x
2017-08-20 16:31:35 +01:00
parent 5e80b4ccc7
commit f800ff574e

View File

@@ -133,6 +133,20 @@ aaisp/login/gb12@a.1/syncrate/up 1205000
aaisp/login/gb12@a.1/syncrate/up/human 1.21 MB
```
## Docker ##
Build the Docker image with:
```
docker build -t aaisp-mqtt .
```
Run the container with a volume mounted config file:
```
docker run -d -v <path_to_config>:/app/config.cfg --name AAISPmqtt aaisp-mqtt
```
## Setup ##
TODO