Closed fincardona closed 3 years ago
Did you build your own image? I can't reproduce
$ docker run -d --rm --name cassandra cassandra
d001e41d53a692a80099e7a27b98111325212e97cf6ae316af56e23d9875c790
$ docker exec -it cassandra bash
root@d001e41d53a6:/# ls -l /usr/local/bin
total 2352
-rwxrwxr-x 1 root root 2241 Nov 26 03:12 docker-entrypoint.sh
-rwxr-xr-x 1 root root 2404352 Apr 16 2020 gosu
You are welcome to build your own images from the Dockerfile + context, but the images are provided on Docker Hub: http://hub.docker.com/_/cassandra.
Same basic issue as https://github.com/docker-library/postgres/issues/386#issuecomment-350323371. TL;DR: The execute permissions are already tracked in git, there should be no need to apply it manually unless you didn't use git to download the files.
Hello!
I tried to spin up the Cassandra container within a docker network, but I got the following error
that I solved by adding:
at line 155 of Dockerfile.
I think it could be useful to add this command to the code.
Thanks.