Skip to content
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

How to solve docker-compose up error on Centos RHEL? #9

Open
vionemc opened this issue Nov 26, 2017 · 1 comment
Open

How to solve docker-compose up error on Centos RHEL? #9

vionemc opened this issue Nov 26, 2017 · 1 comment

Comments

@vionemc
Copy link

vionemc commented Nov 26, 2017

I got this error in docker-compose up step:

[dbsadmin@dbsscraper aquarium]$ docker-compose up
ERROR: Couldn't connect to Docker daemon - you might need to run `docker-machine start default`.

I've tried installing docker-machine and then installing VirtualBox, but it seems to be not a good solution for me. The installation progress doesn't end. I've heard actually VirtualBox is not needed in Centos.

@vionemc vionemc changed the title How to solve this error on Centos RHEL? How to solve docker-compose up error on Centos RHEL? Nov 26, 2017
@vionemc
Copy link
Author

vionemc commented Nov 26, 2017

It turns out I only need to export the Splash URL like this: export DOCKER_HOST=0.0.0.0:8050. No need for any extra install. But then I get this error:

[dbsadmin@dbsscraper aquarium]$ docker-compose up
ERROR: <html>
  <head><title>404 - No Such Resource</title></head>
  <body>
    <h1>No Such Resource</h1>
    <p>No such child resource.</p>
  </body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant