Container environment variables

Runtime environment variables set after the docker run command by using --env flag parameters configure Appliance Containers.

Note: More settings can be set through the Manager Web Interface.

Example: Using Container Environment Variables

Set each parameter with its own --env flag.

# sudo docker run -itd --env=“DS_MANAGER_IP=192.168.79.15” --env=“DS_MANAGER_AUTOACCEPT=true” ... {image-id or tag}