Docker 101 is a series of workshops that aims to help developers (or interested people) to get started with docker. The workshop 101 is were the audience has the first contact with docker, from installation to manage multiple containers. - Installing docker - managing images (docker rmi, docker pull) - basic commands (docker info, docker ps, docker images, docker run, docker commit, docker inspect, docker exec, docker diff, docker stop, docker start) - Docker registry - container life cycle (running, paused, stopped, restarted) - Dockerfile