When starting prowbazel:0.2.1 without privilege the container dies with
- [[ 1000 -ne 0 ]]
- SUDO=sudo
- sudo service docker start
In theory we don't need docker to work when running without privilege so we can probably discard this issue, but I am not sure there is a way to check if we are running in privilege mode or not.