Skip to content

Issues with Compose V2 #177

@colececil

Description

@colececil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions