bluepantsdev/cron
An archlinux image to run a shell script with cron.
29
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
docker pull bluepantsdev/cron