Skip to main content

Posts Tagged ‘Environment Variables’

Open Container

Docker Bootcamp – Environment Variables

Welcome back to Docker Bootcamp. In this post, we’ll cover the use of environment variables. These special variables let you modify the execution of the application inside the container without modifying the application’s files.  Each time you create a container from the same image, you can pass different values for the environment variables. Terminology Environment […]