worstcase / blockade

Docker-based utility for testing network failures and partitions in distributed applications

Home Page:http://blockade.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to add a running container to blockade?

mminisha opened this issue · comments

I have the containers up and running with docker-compose.yml, is it possible for blockade to take control of these containers?

There is no automatic way to do this, but you can use blockade add to add the containers launched via compose. See the documentation for this command.