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