Signed-off-by: CJ <lim@chernjie.com>
This commit is contained in:
CJ 2015-04-27 14:07:21 +08:00
parent 25ee3f0033
commit 86a08c00f2
1 changed files with 2 additions and 0 deletions

View File

@ -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',