Jason Zhu 81bbac260c | ||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
docker-compose.yaml | ||
index.html |
README.md
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