Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker scripts for newer Docker/Debian
- On Mac `/bin/echo -e "<control chars>"` prints out `-e <uninterpreted control chars>` to the terminal. This seems to happen in the latest Debian image too. Use `printf` for compatibility across both and proper colouration. - Check that `POSITIONAL` has some elements before trying to `set` with it, to avoid `unbound variable` error with `set -o nounset`. - Remove cgroup sharing from host, and make container privileged, to allow nodes to spin up with cgroupv2. Docker > 20.10 will automatically create a private cgroup slice in this case.
- Loading branch information