Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
kali:
|
||||
image: kalilinux/kali-rolling
|
||||
container_name: kali-lab
|
||||
hostname: kali-docker
|
||||
tty: true
|
||||
stdin_open: true
|
||||
networks:
|
||||
- lab-network
|
||||
volumes:
|
||||
- ./work:/root/work
|
||||
command: >
|
||||
bash -c "apt update && apt install -y kali-linux-headless && tail -f /dev/null"
|
||||
|
||||
victime:
|
||||
image: tleemcjr/metasploitable2
|
||||
container_name: metasploitable2
|
||||
hostname: metasploitable2
|
||||
networks:
|
||||
- lab-network
|
||||
|
||||
networks:
|
||||
lab-network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user