Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.07 KB

Docker : First exercises for beginners

At the end of these lessons, learners will be able to :

  • Understand container technology
  • Use Docker from command prompt
  • Create Docker images
  • Play with Docker Compose

For everybody !

Requirements

You need good skills in Shell and... docker installed !

Follow official documentation according to your platform: Install Docker Engine

Please use:

  • Latest Stable Docker version (docker-ce > 18.06)
  • Community edition

Exercises

Number Link Description
1 Containers ? Understand containers
2 Start and stop Start your first container
3 Images and layers Understand Docker images
4 Docker commands and options Discover useful docker commands and options
5 Data persistence How to deal with data persistence ?

WIP:

  • Create custom images
  • Use DockerCompose
  • Complete exercice with Dockercompose and docker build