An archlinux image to run a shell script with cron.
353
An archlinux image to run a shell script with cron.
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.
(podman|docker) pull bluepantsdev/cron:latest
# or
(podman|docker) run -v ./config:/config -v ./data:/data bluepantsdev/cron:latest
TBD
Content type
Image
Digest
sha256:6364fed3f…
Size
480.6 MB
Last updated
about 2 years ago
docker pull bluepantsdev/cron