mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
add podman to readme and examples (#677)
Signed-off-by: Jonas Galvão Xavier <jonas.agx@gmail.com>
This commit is contained in:
parent
5bf54f9a72
commit
7555342be0
2 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,7 @@ grype dir:path/to/dir
|
|||
|
||||
Sources can be explicitly provided with a scheme:
|
||||
```
|
||||
podman:yourrepo/yourimage:tag use images from the Podman daemon
|
||||
docker:yourrepo/yourimage:tag use images from the Docker daemon
|
||||
docker-archive:path/to/yourimage.tar use a tarball from disk for archives created from "docker save"
|
||||
oci-archive:path/to/yourimage.tar use a tarball from disk for OCI archives (from Skopeo or otherwise)
|
||||
|
|
|
@ -52,6 +52,7 @@ Supports the following image sources:
|
|||
{{.appName}} path/to/yourproject a Docker tar, OCI tar, OCI directory, or generic filesystem directory
|
||||
|
||||
You can also explicitly specify the scheme to use:
|
||||
{{.appName}} podman:yourrepo/yourimage:tag explicitly use the Podman daemon
|
||||
{{.appName}} docker:yourrepo/yourimage:tag explicitly use the Docker daemon
|
||||
{{.appName}} docker-archive:path/to/yourimage.tar use a tarball from disk for archives created from "docker save"
|
||||
{{.appName}} oci-archive:path/to/yourimage.tar use a tarball from disk for OCI archives (from Podman or otherwise)
|
||||
|
|
Loading…
Reference in a new issue