Automic VaultAutomic Vault

brew

Install socktainer with Homebrew

Docker-compatible REST API on top of Apple container. Version 1.0.0 via Homebrew; verified 2026-06-18.

install

Additional install commands

macOS

Homebrewverified ยท 100%
brew install socktainer

local Homebrew formula metadata

overview

Package summary

Docker-compatible REST API on top of Apple container

Commands and aliases

  • socktainer

history

Project history and usage

socktainer is a young macOS command-line daemon that exposes a Docker-compatible REST API on top of Apple's containerization libraries, letting existing Docker clients talk to Apple Container through a local Unix socket.

Project history

The upstream README describes socktainer as both a CLI and daemon, still closely tied to the fast-moving Apple Container ecosystem. The project tracks partial Docker Engine API compatibility and documents Docker CLI and Docker Compose workflows rather than presenting itself as a full Docker replacement.

The project's release history began with a v0.0.1 prerelease in September 2025 and reached v1.0.0 in June 2026, according to its official GitHub releases. That places it in the first wave of package-manager tools adapting Apple's newer local-container stack for developers who already have Docker-oriented muscle memory.

Adoption history

Adoption evidence is early but concrete: the README documents Homebrew installation, GitHub release binaries, and a former project tap that users can untap after moving to the Homebrew formula.

The README also says the Podman Desktop Apple Container extension uses socktainer to visualize Apple containers and images, giving the tool a role beyond its own command line.

How it is used

Typical use is to start socktainer, switch Docker to the automatically created socktainer context, and then run familiar commands such as docker ps, docker images, docker run, and Docker Compose workflows against Apple's container backend.

The daemon listens by default on $HOME/.socktainer/container.sock, supports common lifecycle, image, log, stats, health, and event operations, and exposes macOS-specific choices such as Apple Container VM memory mapping and volume sync modes.

Why package nerds care

socktainer matters to package-manager and CLI culture because it is a compatibility shim: a small package that lets a new platform-native runtime participate in the Docker-shaped tooling ecosystem.

For Homebrew users, it is a good example of why formulae often package adapters rather than only upstream engines. The interesting artifact is not just the Swift daemon, but the way it bridges Docker contexts, Unix sockets, Compose expectations, Apple Silicon constraints, and rapidly changing vendor APIs.

Timeline

  • 2025-09: v0.0.1 prerelease published on GitHub.
  • 2025-09: v0.1.0 and v0.2.0 followed as early public releases.
  • 2026-06: v1.0.0 published with Apple Container 1.0.0-related changes.

Related projects

  • Apple Container: the macOS container backend socktainer wraps.
  • Docker Engine API and Docker CLI: the compatibility surface socktainer exposes to users.
  • Podman Desktop Apple Container extension: a desktop integration that the socktainer README says uses socktainer.
  • Colima and other local macOS container runtimes: neighboring tools in the macOS container developer workflow.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for socktainer. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 1 platform targets.
  • Installs with 1 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
socktainercliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.0.0
manager updated2026-06-18
local dataok
upstreamcurrent
latest detectedv1.0.0

https://github.com/socktainer/socktainer

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:socktainer
Version1.0.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/socktainer
Homepagehttps://socktainer.github.io
Repositoryhttps://github.com/socktainer/socktainer
Upstream docshttps://github.com/socktainer/socktainer#readme
LicenseApache-2.0
Source archivehttps://github.com/socktainer/socktainer/archive/refs/tags/v1.0.0.tar.gz
Last updated2026-06-18T21:20:33Z
Pulseupdated
Dependenciescontainer
Bottleavailable (on arm64_tahoe)
Homebrew post-installnot defined
Servicedeclared
CaveatsSocktainer exposes a Docker-compatible REST API. You can connect any tools you installed for Docker daemon. To connect it to your tools, add the following to ~/.bash_profile or ~/.zshrc: export DOCKER_HOST=unix://$HOMEBREW_PREFIX/var/run/socktainer/.socktainer/container.sock

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesocktainer
Version Scheme0
Revision0
Head VersionHEAD
Requirements
  • arch
  • macos
  • xcode
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment