worstcase / blockade

Docker-based utility for testing network failures and partitions in distributed applications
http://blockade.readthedocs.org
Apache License 2.0
907 stars 72 forks source link

Is it possible to add a running container to blockade? #71

Closed mminisha closed 6 years ago

mminisha commented 6 years ago

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

labisso commented 6 years ago

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.