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

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

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
```