Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.35 KB

ENVIRONMENTS.md

File metadata and controls

35 lines (18 loc) · 1.35 KB

Handy Container Environments

Solutions to run containers locally and remotely.

Docker Desktop

Docker Desktop - "The fastest way to containerize applications."

Podman Desktop

Podman Desktop - "Manage Podman and other container engines from a single UI and tray."

Rancher Desktop

Rancher Desktop - "Container Management and Kubernetes on the Desktop."

Lima

Lima - "Linux virtual machines, typically on macOS, for running containerd."

Colima

Colima - "Container runtimes on macOS (and Linux) with minimal setup."

virt

virt - "small Linux VM, ready to run containers, for macOS on ARM." Like Lima but for Podman and using the Apple Virtualization.framework instead of QEMU.

nerdctl

nerdctl - "contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ..."

minikube

minikube - "Run Kubernetes locally." But there is more to it than just that :)