DRAG DROP

DRAG DROP
Drag and drop the Docker file instructions from the left onto the correct descriptions on the right. Not all options are used.
Select and Place:

How To Pass 200-901 Exam?

Cisco 200-901 PDF dumps.

High quality 200-901 PDF and software. VALID exam to help you pass.

cisco-exams

2 thoughts on “DRAG DROP

  1. Expose1221

    VOLUME [“/var/www”, “/var/log/apache2”, “/etc/apache2”]

    ENTRYPOINT [“/usr/sbin/apache2cti”, “-D”, “FOREGROUND”]

    FROM ubuntu:12.04

    1
    1
  2. The EXPOSE instruction informs Docker that the container listens on the specified network ports at runtime.
    The VOLUME instruction creates a mount point with the specified name.
    An ENTRYPOINT allows you to configure a container that will run as an executable.
    A valid Dockerfile must start with a FROM instruction.

    https://docs.docker.com/engine/reference/builder/

    15
    1

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.