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

Issue6: rename 'ports' into 'expose' and use 'ports' to publish #7

Closed simonbahuchet closed 9 years ago

simonbahuchet commented 9 years ago

Hello David,

The keyword 'ports' is currently used in the yaml configuration file to expose some ports (to be able to link other containers) If I am not mistaken, it corresponds to the "expose" keyword in docker and fig.

I propose the follwoing changes:

labisso commented 9 years ago

Thanks Simon! These changes look great.