An entry level docker tutorial
🐳 for anyone who wants to learn how to use docker effectively in their day-to-day dev work.
This docker tutorial attempts to drive you through the fundamentals and into some advanced topics like docker services
and docker stacks
and docker's swarm mode
. Just in case, you can also grab the Docker Cheatsheet
So, let's get started in the orientation section. 👊
To start with the tutorial you'll need to have docker 19.03
or later installed in your machine. So go ahead and install the latest stable version here
You can check the version with the following command.
$ docker --version
Docker version 19.03.2, build 6a30dfc
This is a continuous work in progress; so feel free to propose changes and spread the word or just just contact us at bitlogic
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
This license allows you to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material
For any purpose, even commercially. The licensor cannot revoke these freedoms as long as you follow the license terms.