Automic VaultAutomic Vault

brew

使用 Homebrew 安装 socktainer

查看 socktainer 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install socktainer

local Homebrew formula metadata

概览

软件包摘要

Docker-compatible REST API on top of Apple container

命令和别名

  • socktainer

历史

项目历史与用法

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.

项目历史

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 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.

使用方式

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.

为什么软件包爱好者会关心

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.

时间线

  • 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.

安全态势

尚未找到受保护工具覆盖

没有找到 socktainer 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • formula 元数据声明了服务或守护进程块。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
socktainercli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本1.0.0
管理器更新时间2026-06-18
本地数据OK
上游当前
检测到的最新版本v1.0.0

https://github.com/socktainer/socktainer

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:socktainer
版本1.0.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/socktainer
主页https://socktainer.github.io
仓库https://github.com/socktainer/socktainer
上游文档https://github.com/socktainer/socktainer#readme
许可证Apache-2.0
源码归档https://github.com/socktainer/socktainer/archive/refs/tags/v1.0.0.tar.gz
最后更新2026-06-18T21:20:33Z
Pulseupdated
依赖container
Bottle可用 (于 arm64_tahoe)
Homebrew post-install未定义
服务declared
注意事项Socktainer 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

注册表事实

源数据库详情

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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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