xebialabs-community / xld-docker-plugin

*** Use the supported plugin now *** The Docker plugin is a XL Deploy plugin that adds capability for deploying applications to a Docker machines or Docker Swarm Clusters.
https://xebialabs.com/plugins/docker/
7 stars 7 forks source link

DockerCompose Detects variables in the docker compose file #3

Closed bmoussaud closed 8 years ago

bmoussaud commented 8 years ago

From the doc: https://docs.docker.com/compose/compose-file/#variable-substitution Both $VARIABLE and ${VARIABLE} syntax are supported.

You can use a $$ (double-dollar sign) when your configuration needs a literal dollar sign. This also prevents Compose from interpolating a value, so a $$ allows you to refer to environment variables that you don’t want processed by Compose.