docker-archive / compose-cli

Easily run your Compose application to the cloud with compose-cli
Apache License 2.0
957 stars 255 forks source link

Windows named pipe error after updating Docker to latest version #2241

Open thechadc opened 1 year ago

thechadc commented 1 year ago

After updating docker from version 4.11 to the latest Im now getting this error while composing my images "Windows named pipe error: The pipe has been ended. (code: 109)".

Before this my containers would output logs to the same terminal window where the compose command was run.

Downgrading back to 4.11 resolves this but wanted to know if its possible to have this fixed with the latest version