Git Product home page Git Product logo

cron-socat's Introduction

Publish Docker Image Push changes to Gitlab Check for updates to base image

cron-socat

Forked from djpic's docker-images project on Gitlab.

Removed non-cron items, modified to use alpine/socat instead of alpine, removed fastcgi, and switched CI/CD to Github Actions.

My purpose for this is as a simple scheduler for docker container actions without Docker Swarm or k8s. The idea is to pass through docker.sock and communicate with the socket with socat to control containers on the host.

Source Repo

Docker Image

How to use

Mount script(s) into the directories below to run them at the associated interval:

  • /etc/periodic/1min/
  • /etc/periodic/15min/
  • /etc/periodic/30min/
  • /etc/periodic/hourly/
  • /etc/periodic/12hour/
  • /etc/periodic/daily/
  • /etc/periodic/weekly/
  • /etc/periodic/monthly/

See crontab file for details on the exact schedule for each associated folder.

docker-compose example

version: "3.2"
services:
  cron:
    image: 11matt556/cron-socat:latest
    volumes: 
         - /var/run/docker.sock:/var/run/docker.sock # Only if your script needs to interface with other docker containers
         - ${PWD}/foo.sh:/etc/periodic/1min/foo.sh
    restart: unless-stopped

CI/CD

This project uses Github actions for the following:

Credits

TODO

  • Setup Github Actions to update/notify when new alpine/socat base image is available

cron-socat's People

Contributors

djpic avatar 11matt556 avatar

Watchers

 avatar

cron-socat's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.