ItsEcholot / ContainerNursery

Puts Docker Containers to sleep and wakes them back up when they're needed
MIT License
94 stars 6 forks source link

Start and stop multiple container #12

Closed JamesDAdams closed 2 years ago

JamesDAdams commented 2 years ago

Hi,

it would be grate if we have a option to start an stop several container, example i have a wordpress container + mysql container.

Thanks.

ItsEcholot commented 2 years ago

I agree this is a good feature to add. However ContainerNursery won't be able to ensure that the multiple containers are started with the correct timing (db before app for example). This would add way too much complexity.