dotnet / Docker.DotNet

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

Incorrect comments on some IContainerOperations methods #611

Open mikeblas opened 1 year ago

mikeblas commented 1 year ago

These methods:

say that The corresponding commands in the Docker CLI are <c>docker inspect</c> and <c>docker container inspect</c>.</remarks>, but this isn't true. The related command is docker logs.

mikeblas commented 1 year ago

I have submitted PR #612 for this issue.