./launcher cleanup
flag provided but not defined: --format
See ‘/usr/bin/docker info --help’.
You have less than 5GB of free space on the disk. You will need more space to continue
Would you like to attempt to recover space by cleaning docker images and containers in the system?(y/N)y
docker: ‘system’ is not a docker command.
See ‘docker --help’.
You’re running an older version of Docker, that doesn’t come with all the fancy stuff that’s in newer versions. @Falco, we probably need to detect that in ./launcher and either bail out with an error, or revert to an older method of diskspace cleanup. (I also find it kind of amusing that you need to delete data in order to run cleanup…)
How much space have you got? (df -h)
How many backups are you retaining on your droplet? (move them to S3 if you haven’t already done so)
Is your content from an import or a restore? (You may be carrying excess baggage from that. See here.
I’m guessing that your instance is a bit behind, the rebuild updated ./launcher itself (You got the “new” You have less than launcher message), then failed because docker is out of date (iirc @Falco stated that the new cleanup will work even if the disk is at 100%).