I´m executing following command:
sudo docker run IMAGE bash ~/commands.sh
where IMAGE is my docker image and commands.sh a script inside the container.
When starting the container with "docker run", I want to execute the script. But it doesn´t work. I get the following error-status:
Exited (127) Less than a second ago
This error-status means, it doesn´t know the command. Can you tell me where my mistake is?