Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 520 Bytes

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