command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 13, 2019
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
RUN apk add --no-cache bash
COPY --from=joshpeek/tickerd /usr/bin/tickerd /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.