I have a very simple container which says "hello world"
I have successfully run them and scale them to X.
They all seem to be in a cycle where they would run it then sleep for a bit then run it again.
Marathon cycle would be: Waiting, Running, Delaye
d and repeat
Swarm cycle woulbd be: Ready, Running, Shutdown
and repeat
How do i specify so that the container finishes after first execution whether in swarm or marathon?