Category: Docker, nginx, containerization

You Dockerfile is created, your image built, and you’re ready to roll out to prod. After a quick docker run, your container is up, and you’re eagerly waiting for your app to start serving requests. You wait a few seconds … docker ps reports your container running, but nothing gets served.

Related Articles