docs/compose/config
Joffrey F 63c3e6f58c Allow dashes in environment variable names
See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html
Environment variable names used by the utilities in the Shell and
Utilities volume of POSIX.1-2008 consist solely of uppercase letters,
digits, and the <underscore> ( '_' ) from the characters defined in
Portable Character Set and do not begin with a digit. Other characters may
be permitted by an implementation; applications shall tolerate the
presence of such names.

Signed-off-by: Joffrey F <joffrey@docker.com>
2015-11-12 13:54:41 -05:00
..
__init__.py Validate additional files before merging them. 2015-11-12 13:54:41 -05:00
config.py Remove name from config schema. 2015-11-12 13:54:41 -05:00
errors.py Split out compose.config.errors 2015-08-05 15:50:22 +01:00
fields_schema.json Allow dashes in environment variable names 2015-11-12 13:54:41 -05:00
interpolation.py Use colors when logging warnings or errors, so they are more obvious. 2015-10-30 15:36:15 -04:00
service_schema.json Remove name from config schema. 2015-11-12 13:54:41 -05:00
validation.py Remove name from config schema. 2015-11-12 13:54:41 -05:00