polonskiy / crowdr

Crowdr is a tool for managing multiple Docker containers
MIT License
95 stars 9 forks source link

added commands kill, rm, rmi #5

Closed andmoos closed 9 years ago

andmoos commented 9 years ago

Hi I've added some commands to enable crowdr to allow me cleaning up after myself durign development.

Also fixed that docker build is called even for containers which are not configured so (e.g. when only image source is configured)

polonskiy commented 9 years ago

Thanks! :+1:

polonskiy commented 9 years ago

Also, what is your use case for the rm command? It will throw errors for the running containers.

polonskiy commented 9 years ago

Merged. Thanks. :+1:

andmoos commented 9 years ago

have been quite busy the last weeks, sorry for not responding. Thank you for merging