From 6992541e71163c0c6634c06675d4e0e513989778 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Thu, 20 Apr 2023 01:20:53 -0700 Subject: [PATCH] Added ctop to containers. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ace59d..73cd0f4 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Red Hat Quay](https://quay.io/) is a project that Builds, Stores, and Distributes your Applications and Containers. +[ctop](https://ctop.sh/) is a tool that provides a concise and condensed overview of real-time metrics for multiple containers as well as a [single container view](https://github.com/bcicen/ctop/blob/master/_docs/single.md) for inspecting a specific container. It comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases. + [runc](https://github.com/opencontainers/runc) is a CLI tool for spawning and running containers on Linux according to the OCI specification. [container-images](https://github.com/opencontainers/container-images) is a collection of container images used in CI across various opencontainers projects.