Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 219 Bytes

File metadata and controls

9 lines (6 loc) · 219 Bytes

Running nginx using docker and access on port 80 of host

$ docker run -it --rm -d -p 8080:80 --name web nginx

Accessing on http://localhost/