Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 291 Bytes

notas.md

File metadata and controls

18 lines (13 loc) · 291 Bytes

Iniciar o docker-compose

docker-compose up --build

Entrar nos containers

docker exec -it ransomware_attack_server_1 /bin/bash
docker exec -it ransomware_attack_client_1 /bin/bash

Em caso de emergência

docker-compose up --force-recreate