Docker Engine on macOS
Run and manage containers with Docker Engine seamlessly on macOS.
Run Docker containers on macOS with direct IP access, volume mounts on macOS, lightweight performance, and container debugging.
Install Licobox with Homebrew
brew install licobox/licobox-tap/licobox
Install
Install Licobox, start the runtime, then run your first container.
brew install licobox/licobox-tap/licoboxlicobox startdocker run -d -it -p 3000:3000 ghcr.io/licobox/getting-started:latest
Need the Docker CLI? Install it with brew install docker.
This installs the CLI only, not Docker Desktop.
Features
Run and manage containers with Docker Engine seamlessly on macOS.
Up and running Docker Engine in seconds.
Access containers directly through IP addresses and reduce host port mapping clutter. Learn More
Minimal idle CPU usage with dynamic memory and disk usage. Running around 0.2-0.5% on idle (on M3 Air).
Inspect and troubleshoot containers with built-in utilities for slim or distroless images.
View and manage container volumes directly from macOS Finder without digging through container internals. Learn More
Manage containers, images, volumes, logs, and stats from a simple desktop interface.
FAQ
Licobox is a Linux container runtime with Docker Engine for macOS, designed to run and manage containers locally.
Install it with Homebrew using: brew install licobox/licobox-tap/licobox.
Licobox is an alternative to Docker Desktop for running Docker Engine and Linux containers on macOS.
Yes. The Free plan is free and includes the core Licobox runtime for running Docker Engine and Linux containers on macOS.