arangodb-docker icon indicating copy to clipboard operation
arangodb-docker copied to clipboard

Docker container for ArangoDB

Results 27 arangodb-docker issues
Sort by recently updated
recently updated
newest added

Folks, hi ! Are you planning to upgrade base image of arangodb (3.6.x, 3.7.x) alpine docker image ? https://github.com/arangodb/arangodb-docker/blob/official/alpine/3.6.15/Dockerfile https://github.com/arangodb/arangodb-docker/blob/official/alpine/3.7.9/Dockerfile Now it's uses `alpine:3.11` and according to snyk it contains...

- `ARANGO_RANDOM_ROOT_PASSWORD=0` enables random root pass. - `ARANGO_NO_AUTH=0` disables auth Issues with that: - unexpected, dangerous behavior - no way to set some defaults in `.env` to be be overriden...

Hi there. So, i have a Dockerfile wrapper along base Arangodb container. I have copy simple .js file into "docker-entrypoint-initdb.d" dir. But after arango start there's no any effects. I...

In the docker world it's best practice to let a containerized service run as non-root. [For example Postgres create a `postgres` user and then in the Dockerfile use `USER postgres`...

i am currently using a collection as a temporary cache using the ttl index. if i do not regularly run the compaction manually my server would run out of disk...

Hello, for some reason my builds always fail on ```RUN gpg --batch --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B``` I am trying to build an alpine image with arangodb3-client installed, but I cannot...

I'm trying to upload a bunch of json data to an arango server using Arango GoDriver Here is my code ``` go package main import ( "context" "encoding/csv" "encoding/json" "fmt"...

Users probably aren't aware that they have to make sure foxx-cli talks to the endpoint `127.0.0.1:8999` or whatever arangod happens to be set to listen to during the init phase...

Original question by @cbluth here: https://github.com/arangodb/kube-arangodb/issues/225#issuecomment-410714278

question

My /init-scripts/install-service.sh script fail to connect to the server ... It only contains one line with `foxx install... ` Here the log: ``` arangodb_1 | Initializing database...Hang on... arangodb_1 |...