Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 210 Bytes

lab-1-solution.md

File metadata and controls

7 lines (7 loc) · 210 Bytes
docker run --detach --name nginx --publish 80:80 nginx:1.9
chmod a+r README.md
docker cp README.md nginx:/usr/share/nginx/html/index.html
open http://$(docker port nginx 80/tcp)
docker rm --force nginx