Add missing comma in DOCKER_CONFIG_KEYS

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-03-13 11:23:17 -07:00
parent dd294ce9cc
commit a2e32b8166
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ DOCKER_CONFIG_KEYS = [
'labels', 'labels',
'links', 'links',
'mac_address', 'mac_address',
'mem_limit' 'mem_limit',
'mem_reservation', 'mem_reservation',
'memswap_limit', 'memswap_limit',
'mem_swappiness', 'mem_swappiness',