- 1 什么是Docker?
- 2 关于docker入门教程
- 3 准备
- 4 搜索可用docker镜像
- 5 下载容器镜像
- 6 在docker容器中运行hello world!
- 7 在容器中安装新的程序
- 8 保存对容器的修改
- 9 运行新的镜像
- 10 检查运行中的镜像
- 11 发布自己的镜像
搜索可用docker镜像
- 2014-01-15 20:18:56
- 王春生
- 902696
- 最后编辑:王春生 于 2014-02-15 09:31:52
搜索可用的docker镜像
使用docker最简单的方式莫过于从现有的容器镜像开始。Docker官方网站专门有一个页面来存储所有可用的镜像,网址是: index.docker.io。你可以通过浏览这个网页来查找你想要使用的镜像,或者使用命令行的工具来检索。
目标:
学会使用命令行的工具来检索名字叫做tutorial的镜像。
提示:
命令行的格式为:docker search 镜像名字
正确的命令:
$ docker search tutorial
评论列表
发表评论
docker search hello-world
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
hello-world Hello World! (an example of minimal Dockeriz… 793 [OK]
kitematic/hello-world-nginx A light-weight nginx container that demonstr… 117
tutum/hello-world Image to test docker deployments. Has Apache… 59 [OK]
dockercloud/hello-world Hello World! 14 [OK]
hypriot/armhf-hello-world Hello World! (an example of minimal Dockeriz… 6
crccheck/hello-world Hello World web server in under 2.5 MB 6 [OK]
armhf/hello-world Hello World! (an example of minimal Dockeriz… 5
marcells/aspnet-hello-world ASP.NET vNext - Hello World 5 [OK]
bonomat/nodejs-hello-world a simple nodejs hello world container 3 [OK]
kornkitti/express-hello-world Node.js Express Hello World : https://github… 3
hello-seattle Hello from DockerCon 2016 (Seattle)! 2 [OK]
ppc64le/hello-world Hello World! (an example of minimal Dockeriz… 2
arm32v7/hello-world Hello World! (an example of minimal Dockeriz… 1
carinamarina/hello-world-app This is a sample Python web application, run… 1 [OK]
ansibleplaybookbundle/hello-world-apb An APB which deploys a sample Hello World! a… 0 [OK]
ansibleplaybookbundle/hello-world-db-apb An APB which deploys a sample Hello World! a… 0 [OK]
microsoft/mcr-hello-world Hello World! (an example of minimal Dockeriz… 0
mcrflowtest/mcr-hello-world Hello World! (an example of minimal Dockeriz… 0
gscrivano/hello-world hello world example system container 0 [OK]
s390x/hello-world Hello World! (an example of minimal Dockeriz… 0
markmnei/hello-world-java Automated build of Hello World Java 0 [OK]
burdz/hello-world-k8s To provide a simple webserver that can have … 0 [OK]
kevindockercompany/hello-world 0
infrastructureascode/hello-world A tiny "Hello World" web server with a healt… 0 [OK]
winamd64/hello-world Hello World! (an example of minimal Dockeriz… 0
```
Error response from daemon: Get https://index.docker.io/v1/search?q=hello-world&n=25: x509: certificate signed by unknown authority
这是为什么 但是pull是可以用的 search就不行
Error response from daemon: Get https://index.docker.io/v1/search?q=tutorial&n=25: net/http: TLS handshake timeout
伟大的墙阻止了我学习的热情。。。