Skip to content

Instantly share code, notes, and snippets.

@cray0000
Created December 25, 2018 14:49
Show Gist options
  • Save cray0000/29ca3f9c2b2b330e02d34e992a39dac9 to your computer and use it in GitHub Desktop.
Save cray0000/29ca3f9c2b2b330e02d34e992a39dac9 to your computer and use it in GitHub Desktop.
cron example alpine
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