1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 15:22:08 +02:00
tldr/pages/common/docker-slim.md
2021-09-25 13:53:50 +08:00

497 B

docker-slim

Analyze and optimize Docker images. More information: https://github.com/docker-slim/docker-slim.

  • Start DockerSlim on interactive mode:

docker-slim

  • Analyze Docker layers from a specific image:

docker-slim xray --target {{image:tag}}

  • Lint a Dockerfile:

docker-slim lint --target {{path/to/Dockerfile}}

  • Analyze and generate an optimized Docker image:

docker-slim build {{image:tag}}

  • Display help for a subcommand:

docker-slim {{subcommand}} --help