Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ubuntu bootstrapping: modify docker cfg instead of full rewrite. (#395)
Adding ipv6 support for docker bootstrapping on ubuntu was rewriting the full docker daemon.json config file. This change just adds (or overwrites) the required fields to add ipv6 support. This will allow switching docker storage to /mnt in our github ci workflows right at the beginning on each job, instead of doing it right after this script had rewritten.
- Loading branch information