commands.sh

slim

all

Analyze and optimize Docker images.

More info →

Examples (5)

Start Slim on interactive mode

Analyze Docker layers from a specific image

slim xray --target image:tag

Lint a Dockerfile

slim lint --target path/to/Dockerfile

Analyze and generate an optimized Docker image

slim build image:tag

Display help for a subcommand

slim subcommand --help
made by @shridhargupta | data from tldr-pages