Category: Docker, container

This is the content of a Dockerfile, wherein we are using the base Nginx image, installing curl command & using the EXPOSE instruction to document that the container from this image will listen on port 80.

Related Articles