mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-19 11:21:32 +02: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.