Sign inSign up

fisdap/content-tools-cron

By fisdap

Updated over 10 years ago

Content tools cron runner

Image
0

220

fisdap/content-tools-cron repository overview

Content Tools Cron Runner

  • Run some tasks to be scheduled and run like a cron job. Reminder to always build a jar file until continuous integration is setup.
Build With Docker
$ docker build -t fisdap/content-tools-cron .
Demo Development Usage
$ docker run -it --rm --name content-tools-cron fisdap/content-tools-cron java -jar ContentToolsCron.jar http://www.google.com 5
Demo Production Usage
$ docker run -d --restart=always --name content-tools-cron fisdap/content-tools-cron java -jar ContentToolsCron.jar http://www.google.com 5
TODO
Tech
  • [JAVA] - Need something that will run forever!
  • [Docker] - Because containers

License

Proprietory

Authors

  • Jason Michels

Tag summary

Content type

Image

Digest

Size

231.9 MB

Last updated

over 10 years ago

docker pull fisdap/content-tools-cron