OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \"/app/bin/docker-entrypoint\": stat /app/bin/docker-entrypoint: no such file or directory": unknown

I installed Redash from DigitalOcean marketplace which uses docker image to install and setup Redash on server. I’m trying to bind mount so that I can edit the files easily however I cannot bind mount, whether its --mount or -v I always get the same error.

I have zero knowledge and experience with docker and I just don’t understand what the problem is.