Signed-off-by: CJ <lim@chernjie.com>
This commit is contained in:
parent
25ee3f0033
commit
86a08c00f2
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue