KagurazakaNyaa / palworld-docker

Palworld dedicated server with docker
https://hub.docker.com/r/kagurazakanyaa/palworld
GNU Affero General Public License v3.0
91 stars 16 forks source link

docker-entrypoint.sh: Permission denied #2

Closed larrydemons closed 6 months ago

larrydemons commented 6 months ago

lighthouse@VM-0-7-ubuntu:~/palworld-docker$ sudo docker logs 731935c1404c /bin/bash: /docker-entrypoint.sh: Permission denied /bin/bash: /docker-entrypoint.sh: Permission denied /bin/bash: /docker-entrypoint.sh: Permission denied /bin/bash: /docker-entrypoint.sh: Permission denied /bin/bash: /docker-entrypoint.sh: Permission denied /bin/bash: /docker-entrypoint.sh: Permission denied /bin/bash: /docker-entrypoint.sh: Permission denied /bin/bash: /docker-entrypoint.sh: Permission denied

KagurazakaNyaa commented 6 months ago

It seems that the permissions of docker-entrypoint.sh were not handled properly when building the image yourself. You can try to pull the image directly, or retry the build after executing chmod +x docker-entrypoint.sh. At the same time, you can check whether the permissions are incorrect due to problems caused by git clone. Please refer to https://stackoverflow.com/a/4408378

KagurazakaNyaa commented 6 months ago

If this problem is solved, I will close this issue. If you still encounter this problem, you are welcome to reopen it.