added dockernized-vuls with vulsrepo

This commit is contained in:
hikachan
2016-07-04 15:11:21 +09:00
parent d9d8500484
commit 1f6eb55b86
13 changed files with 279 additions and 52 deletions

View File

@@ -0,0 +1,11 @@
version: '2'
services:
vuls:
container_name: vuls
build: ./dockerfile
image: vuls-docker:0.1
volumes:
- ./conf:/opt/vuls/conf
ports:
- "80:80"