Installation Discourse and Docker on Ubuntu 14

Hello,

I can’t finish the installation of Discourse, as I have problem with Docker and I get the following error

Device "docker0" does not exist.
Cannot connect to the docker daemon - verify it is running and you have access

Maybe I should remove Docker and install it again. No ?

When I type Docker -v
I get the following
Docker version 1.12.0, build 8eab29e

I used this show notes from Jupiter Broadcasting. That’s how I was able to install it on my Ubuntu 15.10. Though I must say that if you are running Apache or ngnix and you want to install Docker with Discourse, the Docker part will always for some reason, start up first so your Apache or ngnix will most likely collide with Docker and you will have to stop Docker’s services before you can startup Apache or ngnix.

You’ll have to go into the Discourse folder and do ./launcher stop app and then sudo /etc/init.d/... start if you want to relaunch Apache or ngnix.

http://www.jupiterbroadcasting.com/93751/how-not-to-install-discourse-las-404/

If you plan to use it on a server that hosts other sites, you may also want to read

and

1 Like

Thank you boith @spaceshiptrooper and @cpradio for your help, but when I type:

./launcher bootstrap app

I’m getting:

Device “docker0” does not exist.
Cannot connect to the docker daemon - verify it is running and you have access

Just Googled that error and it gave me this link. You might want to try and see if it helps.

Thank you @spaceshiptrooper, I’m going to take a look. By the way, I’m using Plesk control panel to manage my server, do you think that there is also an installation dedicated for Plesk ?

Sorry, I have never used Plesk before. I only was able to install Discourse and Docker locally on my Ubuntu 15.10.

No problem at all, I will get back to here soon with my experience

I had the same problem, but only after the transition to services through a proxy server (advanced.name/ru). It can be connected directly with a proxy or other reason?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.