ENV
Inserts an ENV
instruction into the Dockerfile with args as its argument(s).
Inserts an ENV
instruction into the Dockerfile.
Parameters
key
Key of the environment variable.
value
Value of the environment variable.
Inserts an ENV
instruction into the Dockerfile.
Parameters
vars
List of environment variables to add. The first and second argument of the Pair refers to the key and value of the variables respectively.