Add warning around detach flag to docker client

service_subpkg
Tyler Goodlet 2023-03-08 12:59:20 -05:00
parent 7b196b1b97
commit 959e423849
1 changed files with 4 additions and 0 deletions

View File

@ -185,7 +185,11 @@ def start_marketstore(
config_dir_mnt,
data_dir_mnt,
],
# XXX: this must be set to allow backgrounding/non-blocking
# usage interaction with the container's process.
detach=True,
# stop_signal='SIGINT',
init=True,
# remove=True,