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
This is a confusing behavior. It also makes it harder to follow a container's logs (with stream=True) without getting at least some old log data. A work-around is required, specifying tail=1 and then discarding the first line of output.