Adding missing comma in spec list.

Fixing #2046, syntax error caused by missing comma on CONTAINER_SPEC_KWARGS list.

Signed-off-by: Chris Mark <chrismarkou92@gmail.com>
This commit is contained in:
Chris Mark 2018-06-05 13:22:07 +00:00 committed by Joffrey F
parent dbe52dcb7d
commit 2d0c5dd484
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ CONTAINER_SPEC_KWARGS = [
'labels',
'mounts',
'open_stdin',
'privileges'
'privileges',
'read_only',
'secrets',
'stop_grace_period',