docker-slim
Analyze and optimize Docker images.
- Start DockerSlim on interactive mode:
docker-slim
- Analyze Docker layers from a specific image:
docker-slim xray --target {image:tag}
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
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).