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
- Host: GitHub
- URL: https://github.com/puzza007/alpine_anchore_cli
- Owner: puzza007
- Created: 2018-12-04T08:20:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T08:40:53.000Z (over 7 years ago)
- Last Synced: 2025-06-01T13:07:16.941Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```