README

In this example 1, we implemented a nginx container, which has index.html changed to our own customized index

How to run nginx docker container:

docker-compose build
docker-compose up
  • As we use docker-compose.yaml, it's easy to build image and spawn up container in this way