Skip to main content

autodock cron plugin

Project description

Image Layers

Cron-like Plugin for autodock.

This plugin runs containers on a regular scheduled as defined by the environment variable CRON of the form m h d mon dow much like crond on many Linux/UNIX systems.

The container must first be run at least once for autodock-cron to pick up the new container and its configuration.

Note that autodock-cron makes use of the Docker API and effectively calls docker start on your container; a new container is NOT created on very run of the schedule.

Basic Usage

Start the daemon:

$ docker run -d --name autodock prologic/autodock

Link and start an autodock plugin:

$ docker run -d --link autodock prologic/autodock-cron

Run a container of your choice and set CRON=*/1 * * * * to run every minute:

$ docker run --name hello -e CRON="*/1 * * * *" busybox sh -c 'echo Hello'

Now autodock-cron will schedule a timer to re-run this container every minute until the container is deleted and removed. After about ~3mins you should get:

$ docker logs hello
Hello
Hello
Hello

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autodock-cron-0.0.2.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

autodock_cron-0.0.2-cp27-none-macosx_10_10_x86_64.whl (5.1 kB view details)

Uploaded CPython 2.7 macOS 10.10+ x86-64

File details

Details for the file autodock-cron-0.0.2.tar.gz.

File metadata

File hashes

Hashes for autodock-cron-0.0.2.tar.gz
Algorithm Hash digest
SHA256 21079650d6a99f7fe6ce09f78fd7b9fea5200c4960b530f44fc05822692c9a86
MD5 c37faa586894bace327b9cabd815131c
BLAKE2b-256 e811a2f19a16361ea0cc06bf48358794a9cf51a72d327860422a9214c83a189e

See more details on using hashes here.

File details

Details for the file autodock_cron-0.0.2-cp27-none-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for autodock_cron-0.0.2-cp27-none-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 070633fdc334a158b4d1cb113bd2c4d89b9b3624cc9f872f5db2be99bcb9b2d3
MD5 98ec225e61b4b7622637d7ac9b99a4ad
BLAKE2b-256 63d8130e89d1547b2e1b681069a42c883726e33d29b867e61e1173eb3d65eae2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page