Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 316 Bytes

File metadata and controls

16 lines (12 loc) · 316 Bytes

Workshop Slides

Usage Instructions

  1. Use docker to serve the content.
docker run --name codemash --rm -v $PWD/:/usr/share/nginx/html:ro -d -p 8088:80 nginx
  1. Open browser to http://localhost:8088

  2. When you are done, stop the docker container.

docker stop codemash