I'm trying to run the geoserver from docker hub using the exact command recommended in the README. It appears that nginx is failing to run.
$ sudo docker run --rm -it -p 8080:8080 ciwater/geoserver
Configuring supervisord for 1 nodes.
Successfully configured supervisord for 1 nodes.
Configuring NGINX load balancer for HTTP endpoints at the following ports: 8081
Configuring NGINX load balancer for REST endpoints at the following ports: 8081
Successfully generated NGINX load balancer config.
Configuring controlflow.properties.
Writing controlflow.properties with the following settings:
timeout=60
ows.global=100
ows.wms.getmap=10
ows.gwc=16
Successfully generated controlflow.properties.
2016-12-19 16:25:01,271 CRIT Supervisor running as root (no user in config file)
2016-12-19 16:25:01,275 INFO supervisord started with pid 9
2016-12-19 16:25:02,278 INFO spawned: 'geoserver-node1' with pid 12
2016-12-19 16:25:02,280 INFO spawned: 'nginx' with pid 13
2016-12-19 16:25:02,349 INFO exited: nginx (exit status 0; not expected)
2016-12-19 16:25:03,350 INFO success: geoserver-node1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-12-19 16:25:03,352 INFO spawned: 'nginx' with pid 36
2016-12-19 16:25:04,421 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-12-19 16:25:05,924 INFO exited: nginx (exit status 1; expected)
I'm trying to run the geoserver from docker hub using the exact command recommended in the README. It appears that nginx is failing to run.