mirror of https://github.com/docker/compose.git
Sort config keys
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
ef56523883
commit
e801981fed
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue