An open API service indexing awesome lists of open source software.

https://github.com/puzza007/alpine_anchore_cli

An Alpine Linux container with Anchore CLI installed
https://github.com/puzza007/alpine_anchore_cli

Last synced: 5 months ago
JSON representation

An Alpine Linux container with Anchore CLI installed

Awesome Lists containing this project

README

          

# Alpine Anchore CLI

## Usage

```shell
docker run -it \
-e ANCHORE_CLI_URL=http://myserver.example.com:8228/v1 \
-e ANCHORE_CLI_USER=admin \
-e ANCHORE_CLI_PASS=foobar \
puzza007/alpine_anchore_cli:latest \
sh
```