Skip to content

Instantly share code, notes, and snippets.

@pmorie
Created May 22, 2015 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmorie/f8d3c27366ac0b078179 to your computer and use it in GitHub Desktop.
Save pmorie/f8d3c27366ac0b078179 to your computer and use it in GitHub Desktop.
// Optional: no more than one of the following may be specified.
// Optional: Defaults to ""; variable references $(VAR_NAME) are expanded
// using the previous defined environment variables in the container and
// any service environment variables. If a variable cannot be resolved,
// the reference in the input string will be unchanged. The $(VAR_NAME)
// syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
// references will never be expanded, regardless of whether the variable
// exists or not.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment