What kind of virtualization is implemented by LXC?
After setting up a data container using the following command:docker create -v /data --name datastore debian /bin/truehow is an additional new container started which shares the /data volume with the datastore container?
Which directory is used by cloud-init to store status information and configuration information retrieved from external sources?
A clone of a previously used virtual machine should be created. All VM specific information, such as user accounts, shell histories and SSH host keys should be removed from the cloned disk image. Which of the following tools can perform these tasks?
What happens when the following command is executed twice in succession? docker run -tid -v data:/data debian bash