local-nginx-tutorial/eg1
Jason Zhu 81bbac260c Re-arrange README files 2023-05-02 00:18:00 +10:00
..
Dockerfile Move all example 1 files into eg1 directory 2023-05-02 00:09:29 +10:00
README.md Re-arrange README files 2023-05-02 00:18:00 +10:00
docker-compose.yaml Move all example 1 files into eg1 directory 2023-05-02 00:09:29 +10:00
index.html Move all example 1 files into eg1 directory 2023-05-02 00:09:29 +10:00

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