-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker-compose pull failing on Ubuntu 20.04 server #65
Comments
This error looks like its trying to build the containers locally. I'm not sure why this is happening when you do a Ideally its supposed to look like this: ~/boinc-server-docker$ docker-compose pull
Pulling mysql ... done
Pulling makeproject ... done
Pulling apache ... done
~/boinc-server-docker$ docker-compose up -d
WARNING: Native build is an experimental feature and could change at any time
Creating network "boinc-server-docker_default" with the default driver
Creating volume "boinc-server-docker_mysql" with default driver
Creating volume "boinc-server-docker_project" with default driver
Creating volume "boinc-server-docker_results" with default driver
Creating volume "boinc-server-docker_secrets" with default driver
Creating boinc-server-docker_makeproject_1 ... done
Creating boinc-server-docker_mysql_1 ... done
Creating boinc-server-docker_apache_1 ... done |
@marius311, just bumped into that issue as well. |
This has made me realize how much better Debian is for servers |
@polymetric the top screen shot looks like its needing As for the bottom, I still don't understand why a |
@marius311 somehow I didn't notice this reply until just now. In the top screenshot I forgot to do sudo but I did it with sudo right after, and it worked (the right pane is the debian server). The left pane is the ubuntu server, for which docker-compose does not seem to even trigger a pull. |
I'm having the same issue on a fresh Ubuntu 20.04 server. I followed the same steps, prepending sudo to the commands in the cookbook. Edit: |
This just means you already have something running on port 80 on your machine. Maybe a separate instance of boinc-server-docker? Or another Apache server? |
You are right. I have an nginx server on port 80. Here's what I have changed so far:
I still can't access the boincserver. I tried url:81/boincserver, url/boincserver, and url:81 |
I've been trying lots of different things to get this working. Any pointers to the right resources would be a great help. Some more information:
I have done several full reinstalls of the boinc-server-docker project with and without the --recursive option for the cloning step. I think I overcomplicated it before when trying to manually configure the apache container to change the listening port. I didn't realize you can just leave it on port 80 and bind the docker container to a different port on the host. In docker-compose.yml, I tried this for the "ports" section: When I try to start up the server (after running "docker-compose down" of course), it errors out and says
|
When following the README.md file and get to the
docker-compose pull
command I receive the following error.Ubuntu 20.04 headless server.
The text was updated successfully, but these errors were encountered: