mirror of https://github.com/docker/compose.git
Signed-off-by: CJ <lim@chernjie.com>
This commit is contained in:
parent
25ee3f0033
commit
86a08c00f2
|
@ -43,6 +43,8 @@ ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
|
|||
DOCKER_CONFIG_HINTS = {
|
||||
'cpu_share': 'cpu_shares',
|
||||
'add_host': 'extra_hosts',
|
||||
'hosts': 'extra_hosts',
|
||||
'extra_host': 'extra_hosts',
|
||||
'link': 'links',
|
||||
'port': 'ports',
|
||||
'privilege': 'privileged',
|
||||
|
|
Loading…
Reference in New Issue