Created
December 25, 2018 14:49
-
-
Save cray0000/29ca3f9c2b2b330e02d34e992a39dac9 to your computer and use it in GitHub Desktop.
cron example alpine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm alpine /bin/sh -c "echo '* * * * * /bin/echo RunJob' > /etc/crontabs/root && crond -f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment