From 8df84a3b364dd2b3c1b6af0a34278cb182692b93 Mon Sep 17 00:00:00 2001 From: Nicolas Martinez <17040442+nicomt@users.noreply.github.com> Date: Mon, 12 Oct 2020 17:35:55 -0400 Subject: [PATCH 1/3] Add ckron --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b93e3d..960c902 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ Tools and applications that are either installed inside containers or designed t - [amicontained](https://github.com/genuinetools/amicontained) - Container introspection tool. Find out what container runtime is being used as well as features available by [@genuinetools][genuinetools] - [autodock](https://github.com/prologic/autodock) - Daemon for Docker Automation by [@prologic](https://github.com/prologic) - [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz) +- [ckron](https://github.com/nicomt/ckron) - A cron-style job scheduler for docker - [CoreOS][coreos] - Linux for Massive Server Deployments - [distroless](https://github.com/GoogleContainerTools/distroless) - Language focused docker images, minus the operating system, by [@GoogleContainerTools][googlecontainertools] - [docker-alpine](https://github.com/gliderlabs/docker-alpine) - A super small Docker base image _(5MB)_ using Alpine Linux by [@gliderlabs][gliderlabs] From 56f56bef8bbffd700cfd2690309a608876f8afab Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Tue, 13 Oct 2020 08:35:01 +0200 Subject: [PATCH 2/3] Update README.md Add reference to creator of ckron repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 960c902..630d174 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ Tools and applications that are either installed inside containers or designed t - [amicontained](https://github.com/genuinetools/amicontained) - Container introspection tool. Find out what container runtime is being used as well as features available by [@genuinetools][genuinetools] - [autodock](https://github.com/prologic/autodock) - Daemon for Docker Automation by [@prologic](https://github.com/prologic) - [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz) -- [ckron](https://github.com/nicomt/ckron) - A cron-style job scheduler for docker +- [ckron](https://github.com/nicomt/ckron) - A cron-style job scheduler for docker, by [nicomt](https://github.com/nicomt) - [CoreOS][coreos] - Linux for Massive Server Deployments - [distroless](https://github.com/GoogleContainerTools/distroless) - Language focused docker images, minus the operating system, by [@GoogleContainerTools][googlecontainertools] - [docker-alpine](https://github.com/gliderlabs/docker-alpine) - A super small Docker base image _(5MB)_ using Alpine Linux by [@gliderlabs][gliderlabs] From 549460cd394a95a2e810b16fe9f3eaa2b1b164d8 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Tue, 13 Oct 2020 08:36:31 +0200 Subject: [PATCH 3/3] Fix link syntax to contributor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 630d174..ef8ff33 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ Tools and applications that are either installed inside containers or designed t - [amicontained](https://github.com/genuinetools/amicontained) - Container introspection tool. Find out what container runtime is being used as well as features available by [@genuinetools][genuinetools] - [autodock](https://github.com/prologic/autodock) - Daemon for Docker Automation by [@prologic](https://github.com/prologic) - [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz) -- [ckron](https://github.com/nicomt/ckron) - A cron-style job scheduler for docker, by [nicomt](https://github.com/nicomt) +- [ckron](https://github.com/nicomt/ckron) - A cron-style job scheduler for docker, by [@nicomt](https://github.com/nicomt) - [CoreOS][coreos] - Linux for Massive Server Deployments - [distroless](https://github.com/GoogleContainerTools/distroless) - Language focused docker images, minus the operating system, by [@GoogleContainerTools][googlecontainertools] - [docker-alpine](https://github.com/gliderlabs/docker-alpine) - A super small Docker base image _(5MB)_ using Alpine Linux by [@gliderlabs][gliderlabs]