Merge pull request #4615 from shin-/4563-missing-comma

Add missing comma in DOCKER_CONFIG_KEYS
This commit is contained in:
Joffrey F 2017-03-14 13:55:27 -07:00 committed by GitHub
commit 1e42061355
1 changed files with 1 additions and 1 deletions

View File

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