Can’t run ./launcher rebuild app - Docker storage driver is unsupported on Amazon Linux

Hello, I tried executing ./launcher rebuild app on Amazon Linux but I got errors.

which: no docker.io in (/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin:/home/ec2-user/.local/bin:/home/ec2-user/bin)
Your Docker installation is not using a supported storage driver.  If we were to proceed you may have a broken install.
aufs is the recommended storage driver, although zfs/btrfs/overlay and overlay2 may work as well.
Other storage drivers are known to be problematic.
You can tell what filesystem you are using by running "docker info" and looking at the 'Storage Driver' line.

If you wish to continue anyway using your existing unsupported storage driver,
read the source code of launcher and figure out how to bypass this check.
docker info | grep 'Storage Driver'
Storage Driver: devicemapper

Any idea?
Thanks in advance.

Use a different distro.

4 Likes

Choose ubuntu Linux instead?

1 Like

OK, I got it. I will Change distro

3 Likes