arangodb / arangodb-docker

Docker container for ArangoDB
Apache License 2.0
106 stars 32 forks source link

Automatically prepend `numactl --interleave=all` to docker command #67

Closed TariqAHassan closed 5 years ago

TariqAHassan commented 5 years ago

Recently I encountered the message:

cannot start with NUMA numactl --interleave=all: please ensure that docker is running with --privileged

As discussed here, it is possible to automatically prepend this to the docker command (code here).

Is this something that could, or should, be added to the dockerization of ArangoDB?

Edit: It appears that I missed this line in the entry file. It was there all along!