# 使用 Homebrew 安装 dockcheck

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

## 安装

```sh
sudo av install brew:dockcheck
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install dockcheck
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:dockcheck
- **软件包管理器:** Homebrew
- **版本:** 0.8.2
- **来源摘要:** CLI tool to automate docker image updates
- **主页:** <https://mag37.org>
- **仓库:** <https://github.com/mag37/dockcheck>
- **最后更新:** 2026-07-28T03:32:18Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- dockcheck (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.8.2
## 项目历史与用法

Dockcheck is a Bash CLI for checking and optionally applying Docker image updates. Its README frames the tool around selective updates, include and exclude lists, image backups, labels, notifications, pruning, and Compose-aware container recreation.

### 项目历史

The maintainer's project writeup traces the idea to late 2022, when the original goal was to determine whether container images had updates without pulling every image first. The implementation settled on comparing local and remote image digests with help from regclient/regctl, turning a home-server maintenance annoyance into a reusable script.

### 采用历史

Dockcheck's adoption is mostly self-hosting and homelab oriented: it is packaged for Homebrew in this batch, but the upstream README still documents direct script installation into a PATH directory and cron-style unattended checks. The README also points Podman users to the podcheck fork, which is a useful signal that its audience overlaps with container tinkerers who manage small fleets outside a full orchestration platform.

### 使用方式

Common usage is to scan running or stopped containers for newer images, choose which containers to update, pull the selected images, recreate containers or Compose stacks, and optionally prune dangling images afterward. Configuration lives in dockcheck.config beside the script or under ~/.config, and notifications are driven by shell templates plus channel-specific environment variables.

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

Dockcheck is package-nerd interesting because it sits between heavy automated updaters and manual docker compose pull loops. It is a small shell tool built around registry digests, regctl, jq, and Compose conventions, so packaging it gives users a reproducible way to add conservative image-update checks to cron jobs and home servers.

### 时间线

- 2022: Maintainer describes the original idea forming around Christmas 2022.
- 2024: Maintainer publishes a project history post explaining the digest-based approach.
- 2026: The batch input lists Homebrew distribution for dockcheck.

### Related projects

- Dockcheck is adjacent to Watchtower-style container updaters, Docker Compose maintenance scripts, regclient/regctl, and the podcheck fork for Podman users.

### 来源

- <https://github.com/mag37/dockcheck#readme>
- <https://mag37.org/posts/project_dockcheck/>
- <https://formulae.brew.sh/formula/dockcheck>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./dockcheck.config, ~/.config/dockcheck.config

## Combined YAML source

View the package source record on GitHub. [combined/dockcheck.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dockcheck.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
