305-300 Exam Question 16

If aDockerfilecontains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the filetestlocated?
  • 305-300 Exam Question 17

    What is the purpose of thekubeletservice in Kubernetes?
  • 305-300 Exam Question 18

    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?
  • 305-300 Exam Question 19

    Virtualization of which hardware component is facilitated by CPUs supporting nested page table extensions, such as Intel Extended Page Table (EPT) or AMD Rapid Virtualization Indexing (RVI)?
  • 305-300 Exam Question 20

    Which functionality is provided by Vagrant as well as by Docker? (Choose three.)