Why might a cloud training environment use a Docker container instead of a full VirtualBox installation?
CentOS 7 cannot run in any traditional virtual machine.
Docker automatically creates the same manual /, /home, and /var partitions as VirtualBox.
/
/home
/var
Containers provide a faster, lower-overhead isolated CentOS environment suited to cloud training.
VirtualBox cannot install packages with yum.
yum