I want to set up a cron job to run a set of commands inside a docker container and then commit the changes to the docker image. I\'m able to run the container as a daemon and ge
Run it in the foreground, not as daemon. When it ends the script that launched it takes control and commits/push it