Open
Description
Bug Overview
After downloading a fresh nginx image from hub.docker.com and attempting to run it, I gad recieved a following output:
signal 28 (SIGWINCH) received
thru with nginx doesn't start propperly.
Please verify why this happens. Thanks
Expected Behavior
Normal startup of NGINX with listening on given port
Steps to Reproduce the Bug
- Execution of:
docker pull nginx
- Execution of:
docker run nginx
Environment Details
- Version/release of Docker and method of installation: Docker (latest)
- Version of the Docker NGINX image or specific commit: latest avaliable on
hub.docker.com
- Target deployment platform: Local system,
- Target OS: Debian based Linux distribution
Additional Context
No response