https://github.com/docker/scout-demo-service
https://github.com/docker/scout-demo-service
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/docker/scout-demo-service
- Owner: docker
- Created: 2023-06-29T13:29:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T16:09:39.000Z (over 1 year ago)
- Last Synced: 2024-12-08T21:50:15.971Z (about 1 year ago)
- Language: Dockerfile
- Size: 76.2 KB
- Stars: 41
- Watchers: 6
- Forks: 96
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Scout demo service
A repository containing an application and Dockerfile to demonstrate the use of Docker Scout to analyze and remediate CVEs in a container image.
Read the [Docker Scout Quickstart](https://docs.docker.com/scout/quickstart) for a full walkthrough. You can build and run the image with the following command:
```shell
docker build -t scout-demo:v1 .
docker run scout-demo:v1
```
The application consists of a basic ExpressJS server and uses an intentionally old version of Express and Alpine base image.