Files
tldr/pages.zh/common/docker-slim.md

24 lines
479 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# docker-slim
> 分析和优化 Docker 镜像。
> 更多信息:<https://github.com/slimtoolkit/slim>。
- 在交互模式下启动 DockerSlim
`docker-slim`
- 分析来自特定镜像的 Docker 层:
`docker-slim xray --target {{image:tag}}`
- 检查 Dockerfile
`docker-slim lint --target {{path/to/Dockerfile}}`
- 分析并生成优化后的 Docker 镜像:
`docker-slim build {{image:tag}}`
- 显示子命令的帮助:
`docker-slim {{subcommand}} --help`