You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
The text was updated successfully, but these errors were encountered:
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
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>
I got this error in
docker-compose up
step: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.
The text was updated successfully, but these errors were encountered: