Docker Intro
Docker is a tool to make it easier for create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package.
Remember, Docker is different with virtual machine. This Architecture will show you the differences
Traditional Virtual Machine
Docker Architecture
Basic Command
First of all you must install docker desktop before you open the terminal , docker official documentation give you very clear step to do that .
Basically docker has a ton of command , but this is just the basic and probably usually you will using.
#check docker version |
Last Word
In the next series we will talk about docker file & docker compose , so dont forget to check docker documentation & i will give another article that speak better than me as always link down below .