Skip to content

eStep/docker-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0a1e33d · Apr 28, 2016
Jan 19, 2016
Jan 19, 2016
Sep 11, 2015
Jan 19, 2016
Jan 16, 2016
Feb 3, 2016
Nov 2, 2015
Feb 10, 2016
Sep 11, 2015
Sep 11, 2015
Feb 4, 2016
Feb 2, 2016
Apr 28, 2016
Apr 28, 2016
Feb 10, 2016
Feb 10, 2016
Sep 2, 2015
Sep 2, 2015

Repository files navigation

shipcamel

shipcamel

Workshop teaching basics of using Docker

In this workshop we will give you an introduction to basic Docker functionalities, such as how to:

  • using docker-machine to run docker inside vm locally or in the cloud
  • use an existing Docker container
  • build your own Docker image
  • mount volumes in the Docker container
  • build images with Dockerfile
  • run multi-container applications with docker-compose
  • use Dockerhub