用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-docker-2-7命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cis-docker-2.7 |
| description | Ensure devicemapper storage driver is not used |
| category | cis-docker |
| version | 1.8.0 |
| author | cyberstrike-official |
| tags | ["cis","docker","linux","containers","daemon-configuration","storage-driver","devicemapper"] |
| cis_id | 2.7 |
| cis_benchmark | CIS Docker Benchmark v1.8.0 |
| tech_stack | ["linux","docker"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
• Level 1 - Docker - Linux
Do not use devicemapper as the storage driver for your Docker instance.
The devicemapper storage driver is deprecated in favor of overlay2, and has been removed in Docker Engine v25.0.
If you are using Device Mapper, you must migrate to a supported storage driver before upgrading to Docker Engine v25.0.
Execute the below command and verify that devicemapper is not used as storage driver:
docker info --format 'Storage Driver: {{ .Driver }}'
The above command should not return devicemapper.
Do not explicitly use devicemapper as storage driver.
For example, do not start Docker daemon as below:
dockerd --storage-driver devicemapper
By default, Docker uses overlay2 as the storage driver on most of the platforms. The default storage driver can vary based on your OS vendor. You should use the storage driver that is recommended by your preferred vendor and which is in line with policy around the applications which are being deployed.
Controls Version: v8
Control: 16 Application Software Security
Manage the security life cycle of in-house developed, hosted, or acquired software to prevent, detect, and remediate security weaknesses before they can impact the enterprise.
IG 1: IG 2: IG 3:
Controls Version: v7
Control: 18 Application Software Security
Application Software Security