Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waja/docker-dockerscan
Docker container image for https://github.com/cr0hn/dockerscan
https://github.com/waja/docker-dockerscan
Last synced: 24 days ago
JSON representation
Docker container image for https://github.com/cr0hn/dockerscan
- Host: GitHub
- URL: https://github.com/waja/docker-dockerscan
- Owner: waja
- Created: 2017-03-15T12:50:06.000Z (almost 8 years ago)
- Default Branch: development
- Last Pushed: 2023-02-13T06:52:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T11:18:48.614Z (almost 2 years ago)
- Language: Dockerfile
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Dockerscan
[![](https://images.microbadger.com/badges/version/waja/dockerscan.svg)](https://hub.docker.com/r/waja/dockerscan/)
[![](https://images.microbadger.com/badges/image/waja/dockerscan.svg)](https://hub.docker.com/r/waja/dockerscan/)
[![Build Status](https://travis-ci.org/Cyconet/docker-dockerscan.svg?branch=development)](https://travis-ci.org/Cyconet/docker-dockerscan)
[![Docker Build Status](https://img.shields.io/docker/build/waja/dockerscan.svg)](https://hub.docker.com/r/waja/dockerscan/)
[![GitHub tag](https://img.shields.io/github/tag/Cyconet/docker-dockerscan.svg)](https://github.com/Cyconet/docker-dockerscan/tags)
[![](https://img.shields.io/docker/pulls/waja/dockerscan.svg)](https://hub.docker.com/r/waja/dockerscan/)
[![](https://img.shields.io/docker/stars/waja/dockerscan.svg)](https://hub.docker.com/r/waja/dockerscan/)
[![](https://img.shields.io/docker/automated/waja/dockerscan.svg)](https://hub.docker.com/r/waja/dockerscan/)Builds a docker image with the [dockerscan](https://github.com/cr0hn/dockerscan) ready to run.
# Running
- run the docker container with:
```bash
docker run --rm --net=host waja/dockerscan -h
```# Building
```bash
make build
```# Get a shell in a running container
```bash
make shell
```