First off I’m new to this kind of stuff and I’m doing it for a project for school mostly. Not a native english speaker as well so sorry for basic typo’s.
Situation
So the we will be running docker on an ubuntu 16.04 using containers based on 14.04. I am using docker-compose to start up 3 containers at a time.
Request
I would like the know if it’s possible to start a shell script on my host that will enter the container and do the requested actions.
Example
Create 3 containers, enter one then create directories inside it preparing it for use it will also run some software specific commands.