Add note around docker client detach flag
parent
58f39d1829
commit
a7ad63ce4e
|
@ -185,7 +185,11 @@ def start_marketstore(
|
||||||
config_dir_mnt,
|
config_dir_mnt,
|
||||||
data_dir_mnt,
|
data_dir_mnt,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
# XXX: this must be set to allow backgrounding/non-blocking
|
||||||
|
# usage interaction with the container's process.
|
||||||
detach=True,
|
detach=True,
|
||||||
|
|
||||||
# stop_signal='SIGINT',
|
# stop_signal='SIGINT',
|
||||||
init=True,
|
init=True,
|
||||||
# remove=True,
|
# remove=True,
|
||||||
|
|
Loading…
Reference in New Issue