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
{{ message }}
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
from the example at container_logs_test.go, but the server raised an error Error response from daemon: Bad parameters: you must choose at least one stream.
Then I changed types.ContainerLogsOptions{} with types.ContainerLogsOptions{ShowStdout: true} and everything worked well.
So I was wondering whether this example could be misleading for beginners, or is there anything that I didn't notice?
The text was updated successfully, but these errors were encountered:
I copied
from the example at
container_logs_test.go
, but the server raised an errorError response from daemon: Bad parameters: you must choose at least one stream
.Then I changed
types.ContainerLogsOptions{}
withtypes.ContainerLogsOptions{ShowStdout: true}
and everything worked well.So I was wondering whether this example could be misleading for beginners, or is there anything that I didn't notice?
The text was updated successfully, but these errors were encountered: