#2024-03-01T16:08:54.761577365Z [FATAL tini (6)] exec docker failed: No such file or directory Error

7 messages · Page 1 of 1 (latest)

urban condor
#

first correct channel is #1187492973148115076
container command is not docker run

cobalt dust
#

yeah container start command is like /start.sh.

#

basically overrides the CMD of your docker image.

#

You already added port 8081 but not 8085, and your image already has start.sh so remove the docker start command, and leave it empty.

frozen wave
#

Thanks, guys, i adjusted the ports and removed the docker run script, still getting the same error. Do you have any other idea what can cause this? @cobalt dust

cobalt dust
frozen wave
#

Nope, it's ubuntu