How to solve `docker-compose up` error on Centos RHEL?
vionemc opened this issue · 1 comments
vionemc commented
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 commented
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>