Skip to content

icirellik/docker-presentation-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker container

https://github.com/rhuss/docker-reveal

Init new presentation

docker run -ti \
           -p 9000:9000 -p 57575:57575 -p 35729:35729 \
           -v $(pwd)/slides:/slides \
           rhuss/docker-reveal -i

Run presentation

docker run -ti \
           -p 9000:9000 -p 57575:57575 -p 35729:35729 \
           -v $(pwd)/slides:/slides \
           rhuss/docker-reveal

About

My first Docker presentation, this is an introduction to what Docker is and why it's great!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published