Sign inSign up

dslim/slim

By dslim

Updated over 2 years ago

Inspect, Optimize and Debug Your Containers

Image
2

10K+

dslim/slim repository overview

You don't have to change anything in your application images to make them smaller! Keep doing what you are doing. Use the base image you want. Use the package manager you want. Don't worry about hand optimizing your Dockerfile. Don't worry about manually creating Seccomp and AppArmor security profiles.

  • Use the build command to minify your container image and to generate security profiles.
  • Use the xray command to understand your container images before and after you optimize.
  • Use the debug command to debug your slim container images.
  • Lots of examples: https://github.com/slimtoolkit/examples

Simple example using the containerized version of slim to minify an nginx container image: docker run -it -v /var/run/docker.sock:/var/run/docker.sock dslim/slim build nginx

To learn more about running slim containerized see https://github.com/slimtoolkit/slim#running-containerized

Tag summary

Content type

Image

Digest

sha256:27859c6a5

Size

18.4 MB

Last updated

over 2 years ago

docker pull dslim/slim