https://github.com/vsoch/singularity-clair
testing running clair with a singularity image
https://github.com/vsoch/singularity-clair
clair container coreos security singularity singularity-container vulnerability
Last synced: about 2 months ago
JSON representation
testing running clair with a singularity image
- Host: GitHub
- URL: https://github.com/vsoch/singularity-clair
- Owner: vsoch
- License: bsd-3-clause
- Created: 2017-07-23T21:31:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T21:43:58.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T00:22:34.309Z (4 months ago)
- Topics: clair, container, coreos, security, singularity, singularity-container, vulnerability
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Singularity Clair
This is a test for running clair with Singularity. I haven't figured out exactly how this works yet :)
## Build with Makefile
```
make build
```## Build with Singularity
```
singularity create clair.img
sudo singularity bootstrap clair.img Singularity
```To run the server?
```
singularity run clair.img
```