Is there a way to build multi-container applications using docker-py
Docker compose has a great way of building multi-container applications. Is similar functionality available using docker-py?
Thank you!
Currently, There is not similar way to compose in docker-py for multi-container applications but you can individually start and remove containers.
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 any chance you started on this? what would it involve?
@ashpreetbedi @Khushiyant Don't you think https://github.com/testcontainers/testcontainers-python would already serve this use case well enough?