logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Optimize Docker Images - Analyze and Build | Online Free DevTools by Hexmos

Optimize Docker images with DockerSlim. Analyze image layers and build optimized Dockerfiles. Free online tool, no registration required.

docker-slim

Analyze and optimize Docker images. More information: https://github.com/slimtoolkit/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

See Also