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
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,19 +273,17 @@ If you don't specify any command `mint` will start in the interactive prompt mod
273
273
274
274
### COMMANDS
275
275
276
+
-`slim` - Create a minimal container image for your selected image generating the supported security profiles. This is the most popular command. (aka `build`)
276
277
-`debug` - Debug minimal or regular container images running in Docker, Podman, Kubernetes and ContainerD.
277
278
-`xray` - Performs static analysis for the target container image (including 'reverse engineering' the Dockerfile for the image). Use this command if you want to know what's inside of your container image and what makes it fat.
278
279
-`lint` - Analyzes container instructions in Dockerfiles (Docker image support is WIP)
279
-
-`build` - Analyzes, profiles and optimizes your container image generating the supported security profiles. This is the most popular command.
@@ -357,6 +353,7 @@ To disable the version checks set the global `--check-version` flag to `false` (
357
353
358
354
### `XRAY` COMMAND OPTIONS
359
355
356
+
-`--runtime` - Runtime environment type (values: `docker`, `podman` and a special meta runtime `auto`, which auto-selects the runtime based on the installed runtime; defaults to `auto`)
360
357
-`--target` - Target container image (name or ID)
361
358
-`--pull` - Try pulling target if it's not available locally (default: false).
362
359
-`--docker-config-path` - Set the docker config path used to fetch registry credentials (used with the `--pull` flag).
0 commit comments