DevOps ARG & ENV

12345678
Across
  1. 2. docker build option to set the value of an argument
  2. 7. An arg is not present in a ____
  3. 8. docker run option to specify a single environment variable
Down
  1. 1. The _____ order is single environment variable on docker run, file of environment variables on docker run, and finally the default in the Dockerfile
  2. 3. docker run option to use a file of environment variables
  3. 4. Unlike an ARG, an ENV is present in the ____
  4. 5. Dockerfile command for environment variables
  5. 6. Dockerfile command that is image build only