Thanks for your patience, Ger.
Ubuntu 14.04 LTS still uses upstart and will read the configuration in /etc/default/docker
as indicated in the Getting Started Guide.
Ubuntu 16.04 uses systemd and will not read the configuration in /etc/default/docker
, but reads the configuration in /lib/systemd/system/docker.service
.
In /lib/systemd/system/docker.service
, change the line
ExecStart=/usr/bin/docker daemon -H fd://
into
ExecStart=/usr/bin/docker daemon -H fd:// -D -H tcp://0.0.0.0:2375
then do
sudo systemctl daemon-reload
sudo systemctl restart docker
and launch ShinyProxy as usual, i.e. using
java -jar shinyproxy-0.2.0.jar
Does that work for you? If yes, we’ll update the documentation on http://www.shinyproxy.io