Docker Settings¶
Settings to configure the Docker client used by Doco-CD to interact with the Docker daemon. All of these settings are optional and can be set using environment variables when running the Doco-CD container.
Docker CLI environment variables are supported
Doco-CD supports most of the standard Docker CLI environment variables to configure the Docker client. See the Docker CLI documentation for more information on available Docker CLI environment variables.
| Key | Type | Description | Default value |
|---|---|---|---|
DOCKER_API_VERSION |
string | Overwrites the API version that doco-cd will use to connect to the Docker Daemon (e.g. "1.49") |
|
DOCKER_CERT_PATH |
string | The directory from which to load the TLS certificates ("ca.pem", "cert.pem", "key.pem'). The directory has to be accessible from inside the container, e.g. by using a bind mount | |
DOCKER_HOST |
string | The url that doco-cd will use to connect to the Docker Daemon (e.g. tcp://192.168.0.10:2375) |
|
DOCKER_QUIET_DEPLOY |
boolean | Disable the status output of Docker Compose deployments (e.g. pull, create, start, healthy) in the application logs | true |
DOCKER_TLS_VERIFY |
boolean | Enable or disable TLS verification | |
DOCKER_SWARM_FEATURES |
boolean | Enable the use Docker Swarm Mode features if the app has detected that it is running in a Docker Swarm environment | true |