Sort config keys

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin 2015-09-01 19:21:22 -04:00
parent ef56523883
commit e801981fed
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ from compose.cli.utils import find_candidates_in_parent_dirs
DOCKER_CONFIG_KEYS = [
'cap_add',
'cap_drop',
'command',
'cpu_shares',
'cpuset',
'command',
'detach',
'devices',
'dns',
@ -38,12 +38,12 @@ DOCKER_CONFIG_KEYS = [
'image',
'labels',
'links',
'log_driver',
'log_opt',
'mac_address',
'mem_limit',
'memswap_limit',
'net',
'log_driver',
'log_opt',
'pid',
'ports',
'privileged',