Immediately after running the docker install command wget -qO- https://get.docker.io/ | sh I get the following error. “modprobe: FATAL: Module aufs not found.”
I’m on digital ocean, 2GB Ram 40GB SSD. I have followed the guide exactly. redis, postgres has been installed and working properly.
After bookstrapping discourse and running ‘./launcher start app’ command gives me the error below. Apologize about these questions. I’m relatively new to command line. Any idea how to fix this issue?
“Error response from daemon: Cannot start container ec15517beef98aad8c800ba44367e6eef14e5d2844db291b9958f3b17999b045: listen tcp 0.0.0.0:80: bind: address already in use”
@codinghorror, It is on Ubuntu 14.04 LTS. The issue seems to arise on docker install wget -qO- https://get.docker.io/ | sh. I have resolved the docker installation with:
Seems like everything is working now. I think the installation guide should mention the “modprobe: FATAL: Module aufs not found.”, in case someone else runs into this issue.
You said that above. I can’t repro the problem you’re having though, unless docker changed that get.docker.io script in the last few days – I’ve installed dozens of times on Digital Ocean using our guide and never, ever seen what you’re reporting.
@codinghorror, it must have been a recent change with docker. I installed discourse over the weekend on a different droplet, ran into the same issue as today. Though everything is working now.
Was there an error during the initial run of the docker web-install script? It’s possible that there was a network error resulting in a failure to get the packages.
It should have been noticed by the script. Do you have the output from the initial run still?