Skip to content

cheerz/docker-presentation

 
 

Repository files navigation

Prerequisite

Docker for mac

Follow instructions, it contains all dependencies

Docker for linux

For Ubuntu:

For Debian:

For Centos:

For Fedora:

Docker-compose for Linux

Follow instructions in the linux tab.

Make changes

Just edit presentation.md to update presentation

Apply more advanced changes

That repository was created only to use original layout, to change it please refer to original repository.

Start presenting

Just type make start and open http://127.0.0.1:8080 in your browser.

All available commands

  • make build => Build image
  • make run => Run the container from the image
  • make clean => Stop and rm container
  • make start => make build + make run
  • make update => make clean + make build + make run
  • make restart => make clean + make run

Credit

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.0%
  • CSS 34.0%
  • SCSS 15.9%
  • HTML 7.0%
  • Other 0.1%