macOS
brew install dcplocal Homebrew formula metadata
brew
Docker cp made easy. Version 0.4.1 via Homebrew; verified from local package data.
install
brew install dcplocal Homebrew formula metadata
nix profile install nixpkgs#dcpnixpkgs package indexes · pkgs/by-name/dc/dcp/package.nix · source: api.github.com
overview
Docker cp made easy
history
dcp is a small Rust command-line tool that wraps the multi-step workflow behind docker cp for container images. Its README frames the project around OCI images that are used as data carriers, especially Kubernetes-adjacent images such as operator bundles and Crossplane packages.
The public GitHub repository was created in July 2022, and the first tagged release, v0.1.0, was published on July 14, 2022. The project intentionally depends on existing Docker and Podman APIs rather than implementing its own container image stack.
dcp is packaged for Homebrew and Nix, which points to a niche but practical audience of developers who need a quick way to inspect or extract files from container images without creating containers by hand.
Users run dcp with an image name and optional content and destination flags to copy filesystem content locally. The tool can also pass username and password flags for private images, while its README warns that shell history makes that convenience insecure.
For package-manager users, dcp is a tiny example of the post-Docker CLI ecosystem: a focused binary that turns a verbose container-runtime ritual into one command, useful when packages, manifests, or other deployable assets are shipped inside OCI images.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dcp | cli | global executable |
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.
install metadata
| Package key | brew:dcp |
|---|---|
| Version | 0.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dcp |
| Homepage | https://github.com/exdx/dcp |
| Repository | https://github.com/exdx/dcp |
| Upstream docs | https://github.com/exdx/dcp#readme |
| License | MIT |
| Source archive | https://github.com/exdx/dcp/archive/refs/tags/v0.4.1.tar.gz |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dcp |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dcp
nix profile install nixpkgs#dcpsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.