【问题标题】:Docker search and description columnDocker 搜索和描述栏
【发布时间】:2018-12-12 11:46:29
【问题描述】:

我对 Docker 工具箱中的说明列有疑问。 当我搜索如下示例时:

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

只有将完整的描述放入“Readme”中?

【问题讨论】:

    标签: docker docker-toolbox


    【解决方案1】:

    使用--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 上运行。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-25
      • 2018-08-11
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多