anchore/engine-cli
Image with the Anchore Engine CLI installed
1M+
This image provides a simple way to interact with an Anchore Engine service installation.
For documentation on the CLI itself, see the CLI github and Anchore Engine project for information on installing and getting started with Anchore Engine.
To use the container simply run:
docker run -e ANCHORE_CLI_URL=<my engine endpoint>/v1/ -it anchore/engine-cli
From the shell you can now use 'anchore-cli':
anchore-cli system status
to get system status
anchore-cli image list
to list images
anchore-cli image add <img>
to add a new image for analysis
anchore-cli evaluate check <img>
to get the policy evaluation for an image.
latest: Built from the latest released version of anchore-cli. (Dockerfile) dev: Built from head of master branch. (Dockerfile)
docker pull anchore/engine-cli