BTW, it's better to use -u 0 instead of -u $(id -u...
# shuttle-precheck
a
BTW, it's better to use -u 0 instead of -u $(id -u $USER):$(id -g $USER) if you are running docker in rootless mode. Just a hint from my end.