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
1 changed files with 1 additions and 1 deletions

View File

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