Skip to content

StevenMassaro/recurring-task-docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recurring Task Docker Base

ci Docker

A simple Docker image that repeatedly runs a command with a specified delay.

Usage

As a standalone image

Environment variables:

Name Required Default value Example value Description
COMMAND Yes echo Hello
AFTER_COMMAND No echo Hello after Command that should be executed after COMMAND
DELAY No 1d 7d (or any other permissible value for the sleep command)

As the base image of another project

See this project for an example of how to use this image as your base docker image.

About

Docker image that runs a command with a specified delay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published