Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 230 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 230 Bytes

Build Lab

docker build -t nginx-lab .

Run Container

docker run --name nginx-lab-container -p 80:80 -d nginx-lab

docker-compose up --build

Modify /etc/hosts

127.0.0.1 abc.com 127.0.0.1 efg.com 127.0.0.1 express.local