Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/gruntworker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-12-12 22:27:32 +0300
committerChris Rebert <github@rebertia.com>2014-12-12 22:27:32 +0300
commit171ef6fa1d01fad93d3549d9a4142e54c7c3ce7c (patch)
tree14654f4519593b414c954250708b4854f4e144a0
parent1c5207952e94149eb9692601c7aa8fc02fcc944c (diff)
delete temporary container after run finishes
-rw-r--r--gruntworker.crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/gruntworker.crontab b/gruntworker.crontab
index 11e8963..8fb1b56 100644
--- a/gruntworker.crontab
+++ b/gruntworker.crontab
@@ -1 +1 @@
-*/10 * * * * root docker run gruntworker 2>&1 >> /var/log/gruntworker.log
+*/10 * * * * root docker run --rm=true gruntworker 2>&1 >> /var/log/gruntworker.log