When using the container that is on docker hub, there is no need to run
services.sh. The "CMD" in the Dockerfile will run services.sh
automatically.
The image exposes 80/443, but you also have to instruct docker to publish
them. Such as `-p 80:80 -p 443:443`:
$ docker run --rm -d -p 80:80 -p 44
Hi
I'm trying to use docker.io/ansible/ansible:httptester.
When /services.sh is executed, following errors are prompted:
2018/03/27 13:39:46 [emerg] 43#43: bind() to 0.0.0.0:80 failed (98: Address
in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
2018/03/27 13:39:46 [e