docker / desktop-linux

Bug reports for Docker Desktop for Linux
https://docs.docker.com/desktop/linux/
73 stars 5 forks source link

Docker ps output is missing line breaks on version 23.0.5, build bc4487a #145

Closed s0170071 closed 1 year ago

s0170071 commented 1 year ago

Expected behavior

'normal' output, one container per line

Actual behavior

line breaks are missing, the output (below) is unreadable

Information

Steps to reproduce the behavior

sudo apt-get update; sudo apt-get upgrade; docker ps

output is:

pi@rpi4:~ $ docker ps
CONTAINER ID   IMAGE                   COMMAND                  CREATED       STATUS                   PORTS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  NAMES
0988b2efd57b   openhab/openhab:3.4.2   "/entrypoint gosu op…"   2 weeks ago   Up 9 minutes (healthy)   0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:2000-2001->2000-2001/tcp, :::2000-2001->2000-2001/tcp, 0.0.0.0:2010->2010/tcp, :::2010->2010/tcp, 0.0.0.0:5007->5007/tcp, :::5007->5007/tcp, 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 8101/tcp, 0.0.0.0:8181->8181/tcp, :::8181->8181/tcp, 0.0.0.0:8701->8701/tcp, :::8701->8701/tcp, 0.0.0.0:9125-9127->9125-9127/tcp, :::9125-9127->9125-9127/tcp, 0.0.0.0:9292->9292/tcp, :::9292->9292/tcp, 8443/tcp, 0.0.0.0:43439->43439/udp, :::43439->43439/udp   openhab
pi@rpi4:~ $

It may be noteworthy that I use a terminal on a windows host to access the RPI on linux. However, this had never been an issue in the past.

Edit: my bad, it is one giant single line from one container, not from multiple containers as I assumed. Still not pretty though.

docker-robot[bot] commented 1 year ago

Closed issues are locked after 30 days of inactivity. This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked