Skip to main content

Environment Variables

Environment Variables

Environment variables can be passed to your container using the Docker option --env. These variables are be set within your container in a manner similar to the bash export command:

# icm run container fred image hello-world options "--env TERM=vt100"
FeedbackOpens in a new tab