docker 镜像_常用的docker镜像

下面是一些常用的docker镜像。

1. Web 应用 - 显示Container ID

ninghao/node

ninghao/node:hola

https://hub.docker.com/r/ninghao/node/

Github:

https://github.com/ninghao/docker-node

cc9b8656da82501a45d85507f588e946.png

2. Docker Remote API

jarkt/docker-remote-api

https://hub.docker.com/r/jarkt/docker-remote-api/

Makes the Docker Remote API available via port 2375.

Makes the Docker Remote API available via port 2375.

Start with:

docker run -d -p 80:2375 -v /var/run/docker.sock:/var/run/docker.sock jarkt/docker-remote-api

在Linux Docker 环境,执行上述命令。

然后,在Windows Docker 环境,就可以远程访问 Docker Remote API 了。

1. 通过 HTTP 80 端口访问:

  • http://192.168.56.101/info
  • http://192.168.56.101/images/json
  • http://192.168.56.101/images/json

2. 通过Docker 命令行访问:

docker -H tcp://192.168.56.101:80 ps

docker -H tcp://192.168.56.101:80 version

ce57e14cf080209c386d923abd287c62.png

3. radial/busyboxplus:curl 镜像

23b612c4eb81c03356374c9aba80d3ec.png

https://hub.docker.com/r/radial/busyboxplus/

Available via docker pull radial/busyboxplus:curl. In addition to the base image, the cURL image adds:

Curl (7.35.0)/libcurl (7.35.0), built with OpenSSL (1.0.1f, includes ca-certificates), zlib (1.2.8), and Libssh2 (1.4.3)

Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp

scp sftp smtp smtps telnet tftpFeatures: IPv6 Largefile NTLM SSL libz TLS-SRP

This image was created as an alternate for those only needing to use cURL to extract their configuration in their Hub containers.

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值