Closed Minstel closed 3 years ago
Sure, just use sh
instead of bash
exactly. to reduce the container size arangodb comes with only /bin/sh instead of a full blown bash. Its also based on alpine, so if you need the compfort of a bash, please follow i.e. https://www.cyberciti.biz/faq/alpine-linux-install-bash-using-apk-command/
Great, thanks a lot!
I want to enter running arango docker container. Tryed the following standard command:
But received the response:
The same is using
/bin/bash
. The only option I found working is usingarangosh
as command, but that is not really what I want to do, as it enters arango shell, not container's filesystem.So is there a way to do this?