Docker certification > Containers > Flashcards
Which is the command to start a container?
docker container run
What type of Virtualization containers and VMs perform?
VMs perform hardware virtualization. On the other hand, containers perform OS virtualization.