What is SlimAI and its benefits

Containers have been around for a while and Docker commoditized them and brought it into the hands of every developer. The usage was simple and everyone could create a Docker image and run their apps in a container. Docker Swarm and Kubernetes took it further and made it possible for us to deploy and run containerized apps at scale.

The ease of use and small learning curve to entry for creating and running containers had their shortcomings as well. Lots of developers without a deep knowledge of operating systems, systems administration, packaging, and dependency management have been Docker images and containers without much care. This proliferated docker images and containers that had unnecessary packages & dependencies leading to huge image sizes and vulnerabilities. This resulted in increasing the attack surface area for security hacks and decreased performance due to large image download sizes.

Why SlimAI?

Application developers still needed the freedom to create Docker images to run their apps and troubleshoot them but there was a need for DevOps and security teams to make sure that the images were secure with no vulnerabilities, smaller in size, and performant. It was a struggle and inconvenience for developers to impose the restrictions at development time because it hindered creativity, freedom, and ability to troubleshoot their apps without the additional development tools included as part of the images.

To solve this problem, DockerSlim was created, now known as SlimToolkit or simply Slim. The SaaS version is at Slim.ai. Slim or SlimToolkit is open source and you can find the source on GitHub.

Slim was created by Kyle Quest and it’s been improved by many contributors. The project is supported by Slim.AI.

What are the benefits of SlimAI?

The advantages of using Slim as cited from the Slim website:

Inspect, Optimize and Debug Your Containers 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.

How Slim makes images smaller, faster and more secure Courtesy and Credit: Slim GitHub repo

Here are some of the benefits of SlimAI:

  • Increased Developer Productivity and Insight
    • Analyzes instructions in Dockerfile
    • Reveals what’s inside the image and what makes it fat
    • Optimizes images and generates security profiles
  • Increased Agility and Automation
    • No changes to the source code
    • Automated detection, analysis, and remediation
    • Easily augmented into CI/CD pipelines
  • Enhanced Efficiency and Cost Savings
    • Reduced container image size
    • Removal of unnecessary dependencies
    • Faster container image downloads
  • Improved Security and Compliance
    • Reduced attack surface area
    • Reduced vulnerabilities
    • Reduced license risk

How can I use SlimAI?

SlimAI offers an open-source Slim CLI tool and a SaaS product at Slim.AI.

The following are some key commands that are available as part of the Slim CLI:

  • xray: Performs static analysis for the target container image. Shows what’s inside of your container image, what makes it fat, and reverse engineers its Dockerfile
  • build: Analyzes, profiles, and optimizes target container image generating the supported Seccomp and AppArmor security profiles.
  • lint: Analyzes container instructions in Dockerfiles.
  • profile: Performs basic container image analysis and dynamic container analysis. Collects fat image information and generates a fat container report. But, it doesn’t generate an optimized image.
  • run: Runs one or more containers similar to docker run.

For a complete listing of commands and help, use slim help.

For an upcoming hands-on lab taking a deep dive into SlimAI, subscribe to my newsletter and keep an eye on future blog posts.


Monthly Newsletter

If you like the content I share, you can sign up below for the free monthly newsletter.

Related Articles

comments powered by Disqus