Docker搜索和描述专栏

时间:2018-12-12 11:46:29

标签: docker docker-toolbox

我在Docker Toolbox中的description列有问题。 当我搜索如下示例时: enter image description here

我在“ DESCRIPTION”列中看不到完整值。我没有在https://docs.docker.com/engine/reference/commandline/search/#extended-description中看到有关此问题的任何信息。 有一些魔术可以解决吗?

只有完整的描述才能放入“自述文件”吗?

1 个答案:

答案 0 :(得分:2)

使用--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 toolbox是一些与Windows相关的东西。它仅在Linux上进行了测试,但是当它是Linux Docker的完全兼容端口时,它也应该在Win上工作。

相关问题