What Is Docker Run?
What Is Docker Run?
The docker run command creates a container from a given image and starts the
container using a given command. It is one of the first commands you should
become familiar with when starting to work with Docker
Deci noi trebuie sa avem imaginea (fie local fie daca nu este adusa din internet) si din
acea imagine se creaza un container
Acest container este pornit apoi
Deci avem : imagine, creare container si pornire container !!
It's evident as Docker Containers are able to share a single kernel and share application
libraries. ... As compared to virtual machines, containers can be faster and less resource
heavy as long as the user is willing to stick to a single platform to provide the shared OS
VirtualBox and VMWare are virtualization apps that create virtual machines that are
isolated at the hardware level. ... But we need to understand that while having a lot of
functionality and being more efficient in running apps, Docker can't replace virtual
machines