From a7ad63ce4e5978f59afaaeb8f10c7d5aa630714b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 8 Mar 2023 11:24:01 -0500 Subject: [PATCH] Add note around docker client detach flag --- piker/data/marketstore.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/piker/data/marketstore.py b/piker/data/marketstore.py index 792396e3..4cfc1826 100644 --- a/piker/data/marketstore.py +++ b/piker/data/marketstore.py @@ -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,