2023-05-02 00:00:28 +10:00
|
|
|
# README
|
|
|
|
|
2023-05-02 00:18:00 +10:00
|
|
|
In this example 1, we implemented a nginx container, which has index.html changed to our own customized index
|
2023-05-02 00:00:28 +10:00
|
|
|
|
|
|
|
How to run nginx docker container:
|
|
|
|
|
|
|
|
```
|
|
|
|
docker-compose build
|
|
|
|
docker-compose up
|
|
|
|
```
|
|
|
|
|
2023-05-02 00:00:48 +10:00
|
|
|
* As we use docker-compose.yaml, it's easy to build image and spawn up container in this way
|