Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 629 Bytes

File metadata and controls

executable file
·
26 lines (20 loc) · 629 Bytes

SUPERCRONIC

Super light Supercronic container.

This is made as light and simple as possible using from scratch image.

This repository gives you the dockerfile to containerize https://github.com/aptible/supercronic.

Build the image locally:

make build

Pull the latest image from dockerhub (https://hub.docker.com/r/vdauchy/supercronic):

docker pull vdauchy/supercronic

Run the latest image:

docker run vdauchy/supercronic:latest

Use Supercronic binary in your own image by copying it:

COPY --from=vdauchy/supercronic:latest /supercronic /usr/bin/supercronic