Linux command
sou 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Explore a local container image
sou [nginx:latest]
Explore a remote container image
sou [ghcr.io/user/image:latest]
说明
sou is a TUI tool for inspecting Docker/OCI container image layers. It lets you browse the filesystem within each layer, preview file contents, view image manifests and configuration, and export files locally. The name derives from the Japanese word for "layer."
FAQ
What is the sou command used for?
sou is a TUI tool for inspecting Docker/OCI container image layers. It lets you browse the filesystem within each layer, preview file contents, view image manifests and configuration, and export files locally. The name derives from the Japanese word for "layer."
How do I run a basic sou example?
Run `sou [nginx:latest]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more sou examples?
This page includes 2 examples for sou, plus related commands for nearby Linux tasks.