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?
@sulliops, if you’re having difficulties, I’d highly recommend destroying your current droplet and follow the official Discourse install instructions: https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md. A quick look at the Digital Ocean tutorial shows that Docker is installed completely differently from the official docs.
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?