Hello Tangoers!
Igor asked me to share this here:
I’ve created a Docker container for the awesome mTango server.
The container ships with latest rc3-0.1 version of mTango and Tango Starter 9.2.2.
Dockerfile: GitHub - mliszcz/mtango-docker: Dockerfile for mTango server.
Image: https://hub.docker.com/r/mliszcz/mtango/
To use it you need a working Tango installation. Then run it like:
docker pull mliszcz/mtango
docker run --rm \
-e TANGO_HOST='172.18.0.3:10000' \
-e HTTP_PORT=8080 \
-e REST_USER=tango \
-e REST_PASSWORD=secret \
mliszcz/mtango
Following device will be configured in the database (if it does not exists):
class: TangoRestServer
instance: development
device: test/rest/0
Michal