culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    Which Dockerfile statement is used to define environment variables?

    Answers

    VAR
    SET
    ENVCorrect
    VARIABLE

    The ENV statement sets environment variables that will be available both during image construction and when the container is run. It is useful for setting paths, versions, passwords, or any values ​​that may need to be modified without changing the code.