dotnet / Docker.DotNet

:whale: .NET (C#) Client Library for Docker API
https://www.nuget.org/packages/Docker.DotNet/
MIT License
2.23k stars 381 forks source link

[Container Attach] Wrong property data type #669

Closed Mbk10201 closed 6 months ago

Mbk10201 commented 6 months ago

Fixed the wrong data type used for Logs as referred in the official Docker Engine api.

Logs property should be boolean instead of string

(https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerAttach)