Which of the following commands deletes all volumes which are not associated with a container?
After setting up a data container using the following command:
docker create -v /data --name datastore debian /bin/true
how is an additional new container started which shares the/datavolume with the datastore container?
Which of the following statements is true regarding networking with libvirt?
Which of the following commands boots a QEMU virtual machine using hardware virtualization extensions?