add badges

This commit is contained in:
will Farrell 2017-02-12 16:35:18 -07:00
parent 53ffb16db5
commit 816d1f0fd5
2 changed files with 9 additions and 2 deletions

View File

@ -5,7 +5,7 @@ RUN apk add --no-cache --virtual .run-deps bash curl jq docker \
&& mkdir -p ${HOME_DIR}
# Dev
COPY config.json ${HOME_DIR}/
#COPY config.json ${HOME_DIR}/
COPY docker-entrypoint /
ENTRYPOINT ["/docker-entrypoint"]

View File

@ -2,9 +2,16 @@
A simple wrapper over `docker` to all complex cron job to be run in other containers.
## Supported tags and Dockerfile links
- [`latest` (*Dockerfile*)](https://github.com/willfarrell/docker-crontab/blob/master/Dockerfile)
[![](https://images.microbadger.com/badges/version/willfarrell/crontab.svg)](http://microbadger.com/images/willfarrell/crontab "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/willfarrell/crontab.svg)](http://microbadger.com/images/willfarrell/crontab "Get your own image badge on microbadger.com")
## Why?
Yes, I'm aware of [mcuadros/ofelia](https://github.com/mcuadros/ofelia), it was the main inspiration for this project.
A great project, don't get me wrong. It was just missing certain key enterprise features.
A great project, don't get me wrong. It was just missing certain key enterprise features I felt were required to support where docker is heading.
## Features
- Easy to read schedule syntax allowed.