Closed jbguillois closed 6 years ago
Hi,
this issue seems to arise often to users that docker doesn't forward the environment variables.
All previous combatants ended up deleting /var/lib/docker
and start over from a fresh environment.
@dothebart you mean /var/lib/docker on the host? in the arangodb vm? in the docker internal vm? I don't have any /var/lib/docker on my MacOS file system... Thank you for your help,
in the docker machine vm most probably - I don't know much about macs and howto run docker on them.
Thank you @dothebart but I am not sure how to get access to the internal of my Docker VM. I will post back here if I find any way of doing this on Mac.
Hello, I know this is kind of an old issue but I'm having this problem as well. I'm also on MacOS. I tried deleting all my docker volumes and recreating the images, but had the same issue. If it's helpful, I can post more detailed version info.
Edit: I believe I tracked the issue down to docker-compose caching certain build configurations. Specifying a volume in my docker-compose.yml appeared to fix the issue for me.
Refer to this issue for more info: https://github.com/docker-library/postgres/issues/203#issuecomment-255200501
Ok, our docker containers now echo on startup that they're working with an existing installation, so this situation can be more easily identified. Closing.
I am starting arangodb docker image with docker-compose on my mac:
Arangodb starts properly:
The docker image is working fine for my dev and CI environments. My problem is regarding the authentication. I enabled the authentication by setting "ARANGO_NO_AUTH=0" in my docker-compose. The logs (see above) are saying it is still not enabled and when accessing the Arangodb Web UI (on localhost:8529), a banner is displayed saying that "Warning: Authentication is disabled. Do not use this setup in production mode.".
What am I doing wrong?
Thanks for any help!
Thx PS: