arangodb icon indicating copy to clipboard operation
arangodb copied to clipboard

Entrypoint

Open chikamichi opened this issue 3 years ago • 1 comments
trafficstars

Hi,

When setting a ArangoDB instance up, using arangodb/arangodb-starter and the latest docker image (as is currently the default: ENV DOCKER_IMAGE=arangodb/arangodb:latest in the starter’s Dockerfile), I was surprised to find out that it’s not running it’s base image’s entrypoint.sh — and specifically, the logic one may deposit in docker-entrypoint-initdb.d

Is it on purpose? For now I had to revert to directly using https://github.com/arangodb/arangodb-docker, is there a way I could use starter instead? Should I use starter at all?

Thank you!

chikamichi avatar Feb 13 '22 02:02 chikamichi

Hello!

We do not use default entrypoints in starter and Operator, due to fact everything inside (mounts, permissions) are managed on starter level. Entrpoints helps you to setup single instance by default, what is not expected by starter.

Best, Adam.

ajanikow avatar Mar 15 '22 22:03 ajanikow