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
Hi,
For starting a new container and obtaining its output, I follow this workflow:
CreateContainerAsync(id) (returns containerId)
StartContainerAsync(id)
GetContainerLogsAsync(containerId)
Am I doing it right or is there a better way? Specifically, how can I use the AttachStdout and AttachStderr parameters of the Config parameter of CreateContainerParameters?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
For starting a new container and obtaining its output, I follow this workflow:
Am I doing it right or is there a better way? Specifically, how can I use the AttachStdout and AttachStderr parameters of the Config parameter of CreateContainerParameters?
Thanks!
The text was updated successfully, but these errors were encountered: