mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
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 = {
|
DOCKER_CONFIG_HINTS = {
|
||||||
'cpu_share': 'cpu_shares',
|
'cpu_share': 'cpu_shares',
|
||||||
'add_host': 'extra_hosts',
|
'add_host': 'extra_hosts',
|
||||||
|
'hosts': 'extra_hosts',
|
||||||
|
'extra_host': 'extra_hosts',
|
||||||
'link': 'links',
|
'link': 'links',
|
||||||
'port': 'ports',
|
'port': 'ports',
|
||||||
'privilege': 'privileged',
|
'privilege': 'privileged',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user