Docker concept
- What is docker
- init d
- system d ( sherbimi cili menaxhon te gjitha serviset) ⇒user space (premission)
- cri (container run interface) → cli tool
- cni (container network interface)
- volumes
- docker registies → storage and distribution system for docker images
- they create officials images
- keep in mind you can look on the dockerhub to find officail images
- like redis /sql etc..
- main docker commands
- to download images docker pull and the name of the image
- : use for specifying the version of image
- by deafult docker.io has all the images that we have download
- docker images chechk the images that are installed
→to run use the command docker run and the name of the image and the version and this starts the cotainer