mirror of https://github.com/docker/docker-py.git
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:
parent
dbe52dcb7d
commit
2d0c5dd484
|
|
@ -276,7 +276,7 @@ CONTAINER_SPEC_KWARGS = [
|
|||
'labels',
|
||||
'mounts',
|
||||
'open_stdin',
|
||||
'privileges'
|
||||
'privileges',
|
||||
'read_only',
|
||||
'secrets',
|
||||
'stop_grace_period',
|
||||
|
|
|
|||
Loading…
Reference in New Issue