start working on glutton

This commit is contained in:
Marco Ochse
2018-04-13 18:22:49 +00:00
parent 13c56c6ea1
commit 83fbc3eee0
7 changed files with 172 additions and 5 deletions

View File

@ -0,0 +1,21 @@
# For docker-compose ...
version: '2.2'
networks:
glutton_local:
services:
# glutton service
glutton:
container_name: glutton
restart: always
network_mode: "host"
#networks:
# - glutton_local
cap_add:
- NET_ADMIN
image: "dtagdevsec/glutton:1804"
volumes:
- /data/glutton/log:/var/log/glutton