You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to read the docker logs for a container that I launched, but the GetContainerLogsAsync is returning a non-standard MultiplexedStream that cannot be passed into a StreamReader so that I can read it line by line. What should I do?