You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
add grr
This commit is contained in:
@@ -147,6 +147,7 @@ A collection of delicious docker recipes.
|
||||
- [x] clamav
|
||||
- [x] dsniff
|
||||
- [x] ferm
|
||||
- [x] grr
|
||||
- [x] hydra
|
||||
- [x] iptables
|
||||
- [x] routersploit
|
||||
|
9
grr/README.md
Normal file
9
grr/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
grr
|
||||
===
|
||||
|
||||

|
||||
|
||||
[GRR][1] Rapid Response is an incident response framework focused on remote
|
||||
live forensics.
|
||||
|
||||
[1]: https://github.com/google/grr
|
16
grr/docker-compose.yml
Normal file
16
grr/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
grr:
|
||||
image: grrdocker/grr
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data/db:/var/grr-datastore
|
||||
- ./data/log:/var/log
|
||||
environment:
|
||||
- EXTERNAL_HOSTNAME="grr.easypi.info"
|
||||
- ADMIN_PASSWORD="******"
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 1048576
|
||||
hard: 1048576
|
||||
restart: always
|
Reference in New Issue
Block a user