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 = [
|
DOCKER_CONFIG_KEYS = [
|
||||||
'cap_add',
|
'cap_add',
|
||||||
'cap_drop',
|
'cap_drop',
|
||||||
|
'command',
|
||||||
'cpu_shares',
|
'cpu_shares',
|
||||||
'cpuset',
|
'cpuset',
|
||||||
'command',
|
|
||||||
'detach',
|
'detach',
|
||||||
'devices',
|
'devices',
|
||||||
'dns',
|
'dns',
|
||||||
|
@ -38,12 +38,12 @@ DOCKER_CONFIG_KEYS = [
|
||||||
'image',
|
'image',
|
||||||
'labels',
|
'labels',
|
||||||
'links',
|
'links',
|
||||||
|
'log_driver',
|
||||||
|
'log_opt',
|
||||||
'mac_address',
|
'mac_address',
|
||||||
'mem_limit',
|
'mem_limit',
|
||||||
'memswap_limit',
|
'memswap_limit',
|
||||||
'net',
|
'net',
|
||||||
'log_driver',
|
|
||||||
'log_opt',
|
|
||||||
'pid',
|
'pid',
|
||||||
'ports',
|
'ports',
|
||||||
'privileged',
|
'privileged',
|
||||||
|
|
Loading…
Reference in New Issue