From 493dc38746a170e3186e06d8341dd5048baf10b5 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Fri, 13 Nov 2020 17:34:08 +0100 Subject: [PATCH] docker: added management tools --- wiki/docker.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wiki/docker.md b/wiki/docker.md index 7b9d9ea..f44fd59 100644 --- a/wiki/docker.md +++ b/wiki/docker.md @@ -15,6 +15,13 @@ and then add your user to the group using `sudo usermod -aG docker $USER`. After that relog into your machine and you should be able to run `docker run hello-world`. +## Tools and Visualisation + +The programs below are useful docker-management systems in different style. + +- [ctop](https://github.com/bcicen/ctop): top-like cli interface for containers +- [portainer](portainer.md): web ui for managing docker and kubernetes + ## Enable Nvidia GPUs To use Nvidia GPUs with docker you need to install the nvidia-cuda-toolkit.