Kaydet (Commit) 2d0c5dd4 authored tarafından Chris Mark's avatar Chris Mark Kaydeden (comit) Joffrey F

Adding missing comma in spec list.

Fixing #2046, syntax error caused by missing comma on CONTAINER_SPEC_KWARGS list.
Signed-off-by: 's avatarChris Mark <chrismarkou92@gmail.com>
üst dbe52dcb
......@@ -276,7 +276,7 @@ CONTAINER_SPEC_KWARGS = [
'labels',
'mounts',
'open_stdin',
'privileges'
'privileges',
'read_only',
'secrets',
'stop_grace_period',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment