I’m installing Discourse on Ubuntu, and I have Docker installed properly. But when I build the app.yml for the first time, it gives me the “Your Discourse is not using a supported installation driver”
I have already searched the forum and I found that I needed to add -s aufs to the docker.service file that I copied. But how do I restart Docker? When I do docker ps no containers are shown which means I cannot restart a container. Does this mean I have been installing wrong?
Are you sure you installed following the official install guide? I have never seen this problem in hundreds of Ubuntu official guide installs. Did you deviate in any way on any step?
I also tried running wget -qO- https://get.docker.com/ | sh and it told me to install two packages, but even after doing so it won’t run.
Is there any .deb I can use to install the entire package with aufs?
I’m going to jump in for @sulliops. I’m the one he’s installing Discourse for. I found a tutorial on meta.discourse.org on how to install Discourse without Docker. So far, the installation is going well. Only a few more steps to go. I’m thinking Docker may be the issue causer. I’ll update you once the installation finishes.
I’ll finish the install and see how stable the platform is after that. Then, if it causes issues, we will just scrap it and start with the official guide. Have people has issues using a non-supported installation?