docs/compose
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
..
cli Validate additional files before merging them. 2015-11-12 13:54:41 -05:00
config Allow dashes in environment variable names 2015-11-12 13:54:41 -05:00
__init__.py Bump 1.5.0 2015-11-03 12:36:30 -05:00
const.py Remove duplicate and re-order alphabetically 2015-10-01 16:06:57 +01:00
container.py Logs are available for all log drivers except for none. 2015-10-29 15:01:33 -04:00
legacy.py Remove flake8 ignores and wrap the longest lines to 140 char. 2015-08-26 12:53:11 -04:00
progress_stream.py Reorganize conditional branches to improve readability 2015-11-12 13:54:41 -05:00
project.py Only create the default network if at least one service needs it. 2015-11-12 13:54:41 -05:00
service.py Add a warning when the host volume config is being ignored. 2015-11-12 13:54:41 -05:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Handle non-utf8 unicode without raising an error. 2015-11-12 13:54:40 -05:00