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
9cb2770da4
commit
8d4c724c2d
|
@ -12,9 +12,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',
|
||||
|
@ -28,12 +28,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