mirror of https://github.com/docker/docker-py.git
parent
a48a5a9647
commit
81eaac0322
|
@ -986,6 +986,7 @@ RUN_CREATE_KWARGS = [
|
||||||
'network_disabled',
|
'network_disabled',
|
||||||
'stdin_open',
|
'stdin_open',
|
||||||
'stop_signal',
|
'stop_signal',
|
||||||
|
'stop_timeout',
|
||||||
'tty',
|
'tty',
|
||||||
'use_config_proxy',
|
'use_config_proxy',
|
||||||
'user',
|
'user',
|
||||||
|
|
Loading…
Reference in New Issue