From 360e1d02994cb4e46e69d5a2a0c8cd6dbbee40bb Mon Sep 17 00:00:00 2001 From: Thomas Neumann Date: Thu, 29 Sep 2022 08:21:44 +0200 Subject: [PATCH] 166: Add[tools][assess]colima --- radar/2022-03-28/colima.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 radar/2022-03-28/colima.md diff --git a/radar/2022-03-28/colima.md b/radar/2022-03-28/colima.md new file mode 100644 index 0000000..cf053cb --- /dev/null +++ b/radar/2022-03-28/colima.md @@ -0,0 +1,22 @@ +--- +title: "Colima" +ring: assess +quadrant: tools +featured: false +--- + +[Colima](https://github.com/abiosoft/colima) provides container runtimes on macOS with minimal setup. + +At AOE, we are using colima as drop-in replacement for [Docker Desktop](https://www.docker.com/products/docker-desktop/). + +The main benefits are + +- Support of M1 Macs +- Simple CLI interface + +as well as the usual requirements for container runtimes like + +- Docker and Containerd support +- Port forwarding +- Volume mount +- Kubernetes \ No newline at end of file