Remove name field from the list of ALLOWED_KEYS

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2015-11-12 13:26:13 -05:00
parent 589755d034
commit 9c305ac10f
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ ALLOWED_KEYS = DOCKER_CONFIG_KEYS + [
'dockerfile',
'expose',
'external_links',
'name',
]