docker镜像网站(常用的docker镜像)

下面是一些常用的docker镜像。1. Web 应用 – 显示Container IDninghao/nodeninghao/node:holahttps://hub.docker.com/r/ninghao/node/Github:https://github.com/ninghao/docker-node2. Docker Remote APIjarkt/docker-remote-apihttps://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/infohttp://192.168.56.101/images/jsonhttp://192.168.56.101/images/json2. 通过Docker 命令行访问:docker -H tcp://192.168.56.101:80 psdocker -H tcp://192.168.56.101:80 version3. radial/busyboxplus:curl 镜像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 rtspscp sftp smtp smtps telnet tftpFeatures: IPv6 Largefile NTLM SSL libz TLS-SRPThis image was created as an alternate for those only needing to use cURL to extract their configuration in their Hub containers.

本文出自快速备案,转载时请注明出处及相应链接。

本文永久链接: https://kuaisubeian.cc/46815.html

kuaisubeian