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 !
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
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