Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
11matt556 authored Jun 19, 2023
1 parent a00e354 commit f2be239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Forked from djpic's [docker-images](https://gitlab.com/djpic/docker-images) proj

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 simple scheduler for docker container actions without Docker Swarm or k8s. The idea is to pass through docker.sock and use socat in the script to access docker resources on the host.
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
* [Github](https://github.com/11matt556/socat-cron)
Expand Down

0 comments on commit f2be239

Please sign in to comment.