System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.