mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 02:11:33 +01:00
The bootstrapping script relies on /etc/docker existing, but this directory doesn't exist on vanilla Flatcar. Add the missing call to mkdir -p /etc/docker before the directory gets used. Also, update the upstream files to their latest version.