#Container Start Command not working

1 messages · Page 1 of 1 (latest)

meager wingBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

worldly lichen
#

even if i follow the docs and put bash -c 'apt update && apt install screen -y && /start.sh' in container start command

#

once the pod ran i get:
root@85e9ecb7526a:/workspace# screen
bash: screen: command not found

gusty cloak
#

You can't override the docker command for docker images that start the container using ENTRYPOINT instead of CMD. It only works for CMD and not for ENTRYPOINT.

#

Which template are you using?

worldly lichen