This is a basic Docker image for building and previewing Hovercraft the 101 presentation. The image is available for public use on Docker Hub at mcgonagle/101.
To Build:
docker build --tag=mcgonagle/101 .
To Run:
docker run -it --rm -p "9000:9000" -v mcgonagle/101
In a web browser, go to http://localhost:9000 to view your presentation.
Content type
Image
Digest
Size
52.2 MB
Last updated
over 4 years ago
docker pull mcgonagle/101