aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile_example
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile_example')
-rw-r--r--Dockerfile_example4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile_example b/Dockerfile_example
new file mode 100644
index 0000000..552182d
--- /dev/null
+++ b/Dockerfile_example
@@ -0,0 +1,4 @@
+FROM reg.reaweb.uk/cron
+
+RUN echo "*/1 * * * * root echo '$(date) Hello world' > /proc/1/fd/1 2>/proc/1/fd/2" > /etc/crontab
+