On Tue, Sep 29, 2020 at 09:55:31AM +0800, Yu Chuan wrote:
+++ b/sparrow/4-docker/buildall @@ -29,7 +29,10 @@ do_one()
[ "$container_name" == 'web-backend-nginx' ] || \
[ "$container_name" == 'scheduler-https' ] && exit
If we don't start these two container, I'm worried that web cannot be accessed.
sparrow is for users, it will not affect our web.
Thanks, Yinsi
Btw, in my knowledge, delimiter container may not need to start.
Thanks Yu Chuan
[ -x build ] && ./build [ -x install ] && ./install [ -x first-run ] && ./first-run
-- 2.23.0