From 68a231f1a9494c5d74e33adc9fb657ae287c66a9 Mon Sep 17 00:00:00 2001 From: Clauss von Rabbe Jr Date: Tue, 20 Mar 2018 09:32:34 +0100 Subject: [PATCH] Tool and an API to sync images across registries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71d50b5..debb643 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ Tools and applications that are either installed inside containers or designed t - [dockerize](https://github.com/jwilder/dockerize) - Utility to simplify running applications in docker containers by [@jwilder][jwilder] - [GoSu](https://github.com/tianon/gosu) - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool) by [@tianon](https://github.com/tianon) - [is-docker](https://github.com/sindresorhus/is-docker) - Check if the process is running inside a Docker container by [@sindresorhus][sindresorhus] +- [lstags](https://github.com/ivanilves/lstags) - sync Docker images across registries by [@ivanilves](https://github.com/ivanilves) - [supercronic](https://github.com/aptible/supercronic) - crontab-compatible job runner, designed specifically to run in containers by [@aptible](https://github.com/aptible/) - [TrivialRC](https://github.com/vorakl/TrivialRC) - A minimalistic Runtime Configuration system and process manager for containers [@vorakl](https://github.com/vorakl)