docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Is there a way to build multi-container applications using docker-py

Open ashpreetbedi opened this issue 1 year ago • 4 comments

Docker compose has a great way of building multi-container applications. Is similar functionality available using docker-py?

Thank you!

ashpreetbedi avatar Nov 02 '24 21:11 ashpreetbedi

Currently, There is not similar way to compose in docker-py for multi-container applications but you can individually start and remove containers.

Khushiyant avatar Mar 18 '25 18:03 Khushiyant

I’m considering developing a community utility package for the same problem and would welcome community suggestions and contributions. I haven’t started yet, but I will be starting soon after some discussion

Khushiyant avatar Mar 18 '25 18:03 Khushiyant

@Khushiyant any chance you started on this? what would it involve?

rwbot avatar Aug 17 '25 01:08 rwbot

@ashpreetbedi @Khushiyant Don't you think https://github.com/testcontainers/testcontainers-python would already serve this use case well enough?

kiview avatar Aug 18 '25 12:08 kiview