Closed masterl closed 1 year ago
Found another example:
docker search ldap
:
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
ldapaccountmanager/lam LDAP Account Manager 65
linuxserver/ldap-auth 60
wheelybird/ldap-user-manager A modern LDAP web GUI user manager and group… 17 [OK]
sharaku/ldap ldapサーバ、phpLDAPadmin、CLIを提供するコン… 14 [OK]
openfrontier/ldap-ssp LDAP Tool Box Self Service Password 13 [OK]
dwimberger/ldap-ad-it Simple LDAP server simulating AD for integra… 13 [OK]
Docker CLI relies on go standard library tabWritter
to compute column width. This one consider a 汉
rune to be a single-cell character (like Latin characters) - which is wrong.
Maybe we should switch to https://github.com/WeiZhang555/tabwriter?
based on https://github.com/golang/go/issues/8273#issuecomment-378849764, it seems there's no deterministic way we could address this issue :'(
Yeah. I just finished reading that issue. :(
This should be fixed by https://github.com/docker/cli/pull/3568
Description
Looks like when using docker search if a description has non-English characters, the column sizes are calculated wrong.
Steps to reproduce the issue:
docker search gitlab
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
-
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
My own desktop running Manjaro. Using official docker package.