Container - is an isolated environment for running an application
!==
Virtual Machine - is an abstraction of a machine (physical hardware) - Hypervisors
Installing Docker - the lattest version
docker version
Dockerfile - is a file that include instructions packge a image (contains everything that application needs to run)
Container - Is just a process then use that image.
Docker run inside a container an isolated environment
Docker in action
Top comments (0)