Docker for developers
The first step to start learning docker is to distinguish two word, image
and container
. By knowing them you can go deeper and learn some useful command to work with docker in your projects for development and also use it for easy deployment. Docker also has some advance concepts like Docker Swarm
that it is an orchestration tool. You will also learn some basic knowledge about it in this post.