This is a basic Docker image for building and previewing Hovercraft the 103 presentation. The image is available for public use on Docker Hub at mcgonagle/103.
To Build:
docker build --tag=mcgonagle/103 .
To Run:
docker run -it --rm -p "9000:9000" mcgonagle/103
In a web browser, go to http://localhost:9000 to view your presentation.