Automic VaultAutomic Vault

brew

socktainer を Homebrew でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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