LPI Related Exams
305-300 Exam
Which of the following are true regarding the CPU of a QEMU virtual machine? (Choose two.)
If aDockerfilecontains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the filetestlocated?
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?