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 [emerg] 43#43: bind() to 0.0.0.0:443 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)
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 [emerg] 43#43: bind() to 0.0.0.0:443 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)
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 [emerg] 43#43: bind() to 0.0.0.0:443 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)
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 [emerg] 43#43: bind() to 0.0.0.0:443 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)
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 [emerg] 43#43: bind() to 0.0.0.0:443 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)
2018/03/27 13:39:46 [emerg] 43#43: still could not bind()
nginx: [emerg] still could not bind()
– Already verified that both ports 443 and 80 are NOT occupied by executing following commands:
- sudo fuser -k 80/tcp
- sudo fuser -k 443/tcp
Any Idea about this?
THX - Albert