bluepantsdev/cron

By bluepantsdev

Updated 9 months ago

An archlinux image to run a shell script with cron.

Image
Databases & Storage
Developer Tools
0

29


cron

An archlinux image to run a shell script with cron.

Usage

Use the podman-compose.yml file to start a container with the current directory mounted at /workdir in the container.

podman-compose up

Change the podman-compose.yml file to suit your needs particularly the volumes section.

Build and Run

(podman|docker) pull bluepantsdev/cron:latest
# or
(podman|docker) run -v ./config:/config -v ./data:/data bluepantsdev/cron:latest

License

TBD

Authors

Shaun @ Bluepants.dev

Docker Pull Command

docker pull bluepantsdev/cron