Docker 搜索和描述栏

Docker search and description column

Docker 工具箱中的 DESCRIPTION 列有问题。 当我搜索如下示例时:

我没有在 DESCRIPTION 列中看到完整的值。我在 https://docs.docker.com/engine/reference/commandline/search/#extended-description 中没有看到任何有关此问题的信息。 有什么妙招可以解决吗?

唯一的方法是将完整描述放入 "Readme"?

使用--no-trunc开关:

# docker search --no-trunc oracle
NAME                                DESCRIPTION                                                                                          STARS     OFFICIAL   AUTOMATED
oraclelinux                         Official Docker builds of Oracle Linux.                                                              536       [OK]
sath89/oracle-12c                   Oracle Standard Edition 12c Release 1 with data mount support and etc                                435                  [OK]
frolvlad/alpine-oraclejdk8          The smallest Docker image with OracleJDK 8 (167MB)                                                   355                  [OK]
alexeiled/docker-oracle-xe-11g      This is a working (hopefully) Oracle XE 11.2 on top of Ubuntu 14.04 LTS                              277                  [OK]
sath89/oracle-xe-11g                Oracle xe 11g with database files mount support and graceful shutdown database files mount support   230                  [OK]
...

我认为 docker 工具箱是一些 Windows 相关的东西。仅在 Linux 上对其进行了测试,但当它是 Linux Docker 的完全兼容端口时,它也应该可以在 Win 上运行。