Updated on 2025-04-30 GMT+08:00

What Is an Environment Variable?

An environment variable is a variable whose value can affect the way a running container will behave. You can modify environment variables even after workloads are deployed, increasing flexibility in workload configuration.

The effect of setting environment variables on CCI is the same as that of specifying ENV in a Dockerfile.