病毒游乐场
小操场上有乐趣,可以运行简单的病毒并使它们传播到各个容器中。
要求
安装了码头工人
安装了docker-compose
用法
# to start the whole infrastructure
docker-compose up
# to list running containers
docker ps
# to access a container
docker exec -it [container_name] bash
# once inside the containe