Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.62 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.62 KB

Docker Party - Introduction and Best Practices for Containers

This is the 1st Jena Developers Meetup of Softwerkskammer Jena, the Software Craftsmanship Community around Jena.

The repository contains the material for the talk, the workshops and references like a cheatsheet and linklist.

The event and its participants are listed here:

Talk

Slides can be run via reveal-md.

# open all slide decks via dir
reveal-md talk/ --theme white

On the meetup day we opened the slide decks with these settings.

# Short intro to the meetup
reveal-md talk/01_welcome.md --theme jenadevs
#
# Talk (part 1)
reveal-md talk/02_docker_party.md --theme white
reveal-md talk/03_docker_basics.md --theme white
reveal-md talk/04_docker_commands.md --theme white
#
# Demo (hello-world and show basic workflows)
#
# Talk (part 2)
reveal-md talk/05_docker_best_practices.md --theme white
reveal-md talk/06_docker_examples.md --theme white
reveal-md talk/07_docker_use_cases.md --theme white
#
# Demo (show use cases)
#
# Outline the workshop groups
reveal-md talk/08_docker_workshops.md --theme white

Workshops