+++ b/sparrow/4-docker/buildall @@ -29,7 +29,10 @@ do_one() mkdir $tmpdir/$container_name 2>/dev/null && ( cd $container
[ "$container_name" == 'sub-fluentd' ] && exit
[ "$container_name" == 'sub-fluentd' ] || \
[ "$container_name" == 'conserver' ] || \
[ "$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.
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