command
module
Version:
v0.5.3
Opens a new window with list of versions in this module.
Published: Dec 27, 2020
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
tickerd
A Docker process scheduler.
Usage
$ tickerd -interval=1h -- run-backup.sh
Dockerfile
FROM alpine:latest
RUN apk add --no-cache bash
RUN wget -O /usr/bin/tickerd https://github.com/josh/tickerd/releases/latest/download/tickerd-linux-amd64 && chmod +x /usr/bin/tickerd
CMD ["echo", "Hello, World!"]
ENTRYPOINT ["/usr/bin/tickerd"]
ENV TICKERD_HEALTHCHECK_FILE "/var/log/healthcheck"
HEALTHCHECK --interval=30s --timeout=3s --start-period=3s --retries=1 \
CMD ["/usr/bin/tickerd", "-healthcheck"]
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.