From 4d83a8ee05e03dd6ec720c092f6b72505e6b1f37 Mon Sep 17 00:00:00 2001 From: Recep S <22618852+us@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:47:42 +0300 Subject: [PATCH] Add Mocker - Docker-compatible container CLI for macOS (#1355) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4d3625..7a851c0 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) - [cri-o](https://github.com/cri-o/cri-o) - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface by [cri-o](https://github.com/cri-o). - [lxc](https://github.com/lxc/lxc) - LXC - Linux Containers. +- [Mocker](https://github.com/us/mocker) - Docker-compatible container CLI for macOS, built on Apple's Containerization framework. By [us](https://github.com/us). - [podman](https://github.com/containers/libpod) - Libpod is a library used to create container pods. Home of Podman. - [rlxc](https://github.com/brauner/rlxc) :ice_cube: - LXC binary written in Rust. - [runtime-tools](https://github.com/opencontainers/runtime-tools) - Oci-runtime-tool is a collection of tools for working with the OCI runtime specification.