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 data type used for Logs property #670

Open Mbk10201 opened 6 months ago

Mbk10201 commented 6 months ago

As referred in the api (https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerAttach) The data type of the Logs property should be a boolean.