I am encountering this issue : /docker-entrypoint.sh: line 13: exec: image: not found
when trying to add an image to anchore/engine-cli on docker.
Specifically I run :
docker run anchore/engine-cli image add XXXXX:"image-name"
Could anyone help me on this ? I am running docker desktop on a Windows 10
Thanks !
If you check the documentation of the official anchore/engine-cli image, to use the container you need to run:
Then, from the shell you can use the
anchore-clicommand and add a new image with: