AntonFriberg / docker-workshop

Docker workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warsjawa Docker Workshop

This is a repository which will be used for a essential docker training held at Warsjawa 2014 conference by mieciu and 3h4x.

We divided this repo in subdirectories, each of it contains practical examples of what and how can be done with docker.

Might be not really self-explanatory, because its just integrated part of our workshop ๐Ÿ˜„

  • Please make sure that you have at least 8 GiBs of free disk space, so that you won't fill up your disk with container images ( this is due to downloading many different docker images which we will use in our examples and excercises. Of course you can remove these images right after moving from one excercise to another and/or rebuilt the container later on, but this will let us stay calm ๐Ÿ˜„)

Best setup

You will have two virtual machines (you can use any virtualziation you want). This can get messy ๐Ÿ˜„

You can easily set up your environment on VirtualBox with Vagrant. Just install it on your local machine, enter the setup directory and follow the instructions.

First one

  • just linux (kernel >=3.8) and Docker installed

Second one

Setup

VM's would help but if not you can always have it all on your laptop, docker, fig, serf and all images. If you use Mac OS X and don't want VM's -> https://github.com/noplay/docker-osx

Note: download_deps_before.workshop.sh
The script will help you make sure that docker is up and running, we want to go swiftly through excercises, it will also download everyting before so we won't have to rely on the internet connection.

Note: There is a repo on github with useful aliases for docker
https://github.com/project2051/dockerkurwa

About

Docker workshop


Languages

Language:Shell 34.3%Language:Nginx 22.2%Language:Python 21.1%Language:JavaScript 18.6%Language:Ruby 3.7%