/docker-container-loading

Docker Container Loading - Creative ways to create Docker images

Primary LanguageHTML

Docker Container Loading

This presentation shows 10 different ways how Docker images can be created:

  • Local

    • Dockerfile

    • Template

    • Ansible-Container

    • Packer

    • Rocker

    • Build Integration

  • Remote / Cloud

    • Automated Builds (Docker Hub)

    • Continous Integration

    • Google Container Builder

    • OpenShift S2I

The slides can are available as Docker container (see below) and as PDF

Startup

The image is best started with the included run.sh or for some more fanciness, there is also a shell script which can be used with e.g. firefox $(curl -sL bit.ly/docker-container-loading | sh)

With this startup script the presentation is then available at http://docker_host:9000 where docker_host is the address of your Docker daemon’s host (e.g. localhost or the IP of your Docker VM).

In order to recreate the image, use build.sh.

Tour