linuxgsm-docker icon indicating copy to clipboard operation
linuxgsm-docker copied to clipboard

bash: ./docker-runner.sh: No such file or directory

Open Gyppie opened this issue 4 years ago • 2 comments
trafficstars

Hi, On Debian 10 running openmediavault trying to setup docker container wirh mohaaserver I cant start the container. In the logs i get this message:

bash: ./docker-runner.sh: No such file or directory

I tried it in ubuntu 20.04 lts and there it worked.

Gyppie avatar Feb 19 '21 20:02 Gyppie

@Gyppie How are you trying to start the docker container? In theory the version of linux you're running docker on shouldn't impact what's installed inside the container.

I tried starting up the server myself and I also ran into an issue with a missing dependency. I have a PR to fix that here: #158

joshhsoj1902 avatar Feb 20 '21 13:02 joshhsoj1902

I got it to work. It was just a small typo in docker-compose.yml, so my bad....

Gyppie avatar Feb 22 '21 18:02 Gyppie