Add note around docker client detach flag

storage_cli
Tyler Goodlet 2023-03-08 11:24:01 -05:00
parent 58f39d1829
commit a7ad63ce4e
1 changed files with 4 additions and 0 deletions

View File

@ -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,