#Container Start Command not working
1 messages · Page 1 of 1 (latest)
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
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?