You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Note that **DockerSlim** is now just **Slim** (**SlimToolkit** is the full name,
23
23
24
24
## Overview
25
25
26
-
Slim allows developers to inspect, optimize and debug their containers using its `xray`, `lint`, `build`, `debug`, `run`, `registry`, `vulnerability` (and other) commands. It simplifies and improves your developer experience building, customizing and using containers. It makes your containers better, smaller and more secure while providing advanced visibility and improved usability working with the original and minified containers.
26
+
Slim allows developers to inspect, optimize and debug their containers using its `xray`, `lint`, `build`, `debug`, `run`, `images`, `merge`, `registry`, `vulnerability` (and other) commands. It simplifies and improves your developer experience building, customizing and using containers. It makes your containers better, smaller and more secure while providing advanced visibility and improved usability working with the original and minified containers.
27
27
28
28
Don't change anything in your container image and minify it by up to 30x making it secure too! Optimizing images isn't the only thing it can do though. It can also help you understand and author better container images.
29
29
@@ -291,7 +291,7 @@ If you don't specify any command `slim` will start in the interactive prompt mod
291
291
-`profile` - Performs basic container image analysis and dynamic container analysis, but it doesn't generate an optimized image.
292
292
-`run` - Runs one or more containers (for now runs a single container similar to `docker run`)
293
293
-`merge` - Merge two container images (optimized to merge minified images).
294
-
-`images` - Get information about container images.
294
+
-`images` - Get information about container images (example: `slim --quiet images`).
295
295
-`vulnerability` - Execute vulnerability related tools and operations (`epss`).
296
296
-`version` - Shows the version information.
297
297
-`appbom` - Shows the application BOM (app composition/dependencies).
0 commit comments