Keep config keys in alphabetised order

Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>
This commit is contained in:
Mazz Mosley 2015-07-07 12:02:05 +01:00
parent e9da790f76
commit c1223bfd3a

View File

@ -24,7 +24,6 @@ DOCKER_CONFIG_KEYS = [
'env_file', 'env_file',
'environment', 'environment',
'extra_hosts', 'extra_hosts',
'read_only',
'hostname', 'hostname',
'image', 'image',
'labels', 'labels',
@ -37,6 +36,7 @@ DOCKER_CONFIG_KEYS = [
'pid', 'pid',
'ports', 'ports',
'privileged', 'privileged',
'read_only',
'restart', 'restart',
'security_opt', 'security_opt',
'stdin_open', 'stdin_open',