Can't run ./launcher rebuild app - Docker storage driver is unsupported

So you are on RHEL 7, which doesn’t have AUFS support. The next recommended storage driver is overlayfs. You need to change the “aufs” parameter in docker.conf to “overlay” or “overlay2”.

And hold on, you probably will run into another problem if you system is installed all by default setting. Check this post for detail.

5 Likes