Open maku opened 6 years ago
This looks like a port conflict in docker. Is there anything else running that claims port 8529?
@ewoutp Yeah I no, the log output looks like. But before I start the "single server" nothing runs on port "8529". (Tried the same on MacOS where it works with no problems)
I've seen it before (on Mac) that docker's userproxy hold a port while no container was actually using it. Try to restart docker and see if it makes a difference.
I restarted docker (and also my machine). But it had no effect... Same situation.
It is questionable whether it is a problem with my environment or with windows / docker / kubernetes in general....
Please run this to see if this is a general docker problem.
docker run -it -d -e ARANGO_NO_AUTH=1 -p 8529:8529 arangodb/arangodb
running arangodb as docker container works...
Hi,
I tried to run "single-server.yaml" on a windows machine with Docker for Windows (Win 10 Pro, with Docker Version 18.06.0-ce-win72 (19098)) But when I run the depolyment I get only errors:
Does anybody know how to get it running...
TIA