Network/Services/dev

From Makers Local 256
< Network‎ | Services
Revision as of 09:53, 23 June 2016 by Jimshoe (Talk | contribs)

Jump to: navigation, search

Docker

There are a few things running on this box. Below is a my good effort to keep track of that stuff.

watchtower

This will check for new images and restart the docker containers. Crazy thing is that this should auto update itsself.

 docker run -d --name watchtower --restart=always -v /var/run/docker.sock:/var/run/docker.sock centurylink/watchtower

xmlrc2rq

Running xmlrc2rq which sends wiki changes out over mqtt for use with redqueen.

 docker run -d --name  xmlrc2rq --restart=always -p 4455:4455/udp makerslocal/xmlrc2rq:latest