Suppression des dossier non pris en compte par le .gitignore

This commit is contained in:
nk
2026-05-07 09:26:00 +02:00
parent a988f7ef9d
commit 6050f0fd9c
44 changed files with 0 additions and 26374 deletions
-17
View File
@@ -1,17 +0,0 @@
# 26 03 2026
## TP infrastructure de gestion de clés (PKI)
Pour mettre en place lancer la commande :
```
docker compose up -d
```
Il y a 3 Conteneurs : DEBIAN-01, administrateurs, consultants
Pour accèder au conteneur :
```
docker exec -it <nom du conteneur> bash
```
@@ -1,24 +0,0 @@
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