【问题标题】:Docker search and description columnDocker 搜索和描述栏
【发布时间】:2018-12-12 11:46:29
【问题描述】:
【问题讨论】:
标签:
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 上运行。