You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments