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 was archived by the owner on Sep 29, 2020. It is now read-only.
Docker Desktop Edge build 46511
Windows Terminal 1.1.1671.0 (I install Windows Terminal via Scoop)
Repro steps
Set up Windows Terminal so that it displays about 50 rows and 120 columns
Deploy some container to ACI
Do docker logs --follow container_name
Expected
The logs should be displayed as they are produced, without overwriting previous content in the terminal
Actual
The output of the command overwrites docker logs command invocation and even stuff that came before. Also, the same logs are re-printed repeatedly, garbling the previous output, see below.
Prereqs
Docker Desktop Edge build 46511
Windows Terminal 1.1.1671.0 (I install Windows Terminal via Scoop)
Repro steps
docker logs --follow container_name
Expected
The logs should be displayed as they are produced, without overwriting previous content in the terminal
Actual
The output of the command overwrites
docker logs
command invocation and even stuff that came before. Also, the same logs are re-printed repeatedly, garbling the previous output, see below.The text was updated successfully, but these errors were encountered: