This is I want to achieve - please, don't ask me why :)
I want to run container with two scripts (using Dockerfile): default one + additional script which will execute some operations on container after 1 minute.
EDIT: This is service container so it should be working after executing additional script.
What will be the best way to do that?