-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
Docker Desktop opted me in to the Compose V2 beta without me realizing it, and I ran into some issues with it using this library in an Electron app my team built. Here are the issues I saw (I also mentioned them in a comment in Docker's GitHub issue):
- The Docker Compose logs being output in our Electron app no longer had color.
- When using the
buildMany
function, Docker Compose not only built the services I passed in, but also the services they depend on (with Compose V1, only the services I pass in are built). - I was getting some really long Go error message sometimes when running containers. I couldn't figure out what the message meant (and I don't remember exactly what it said), but things seemed to still be working even after getting the error message.
I'm not sure if these issues are under your control or not, but thought I'd at least let you know about them.
wasserholz
Metadata
Metadata
Assignees
Labels
No labels