DockerPull
web-1.2
# image: nginx:latest# proxyUrl 127.0.0.1# proxyPort 7890java -jar docker-pull.jar
通过该命令在下载并打包完毕后,你可以在 jar 包目录下的images文件夹下找到镜像文件
After the download and packaging are complete, you can find the downloaded image in the image directory under the jar package.
你也可以直接启动网页端进行图形化操作,以下是启动的命令
Or you can use web page
java -jar docker-pull.jar --web
打开浏览器并输入地址 http://localhost:1111
Open url http://localhost:1111
进入页面后查找你要的镜像并选择版本及系统芯片架构等信息并选择拉去,然后也可以直接通过下载列表里面的上传按钮直接上传到你的服务器上
Search your image and download then you can upload to you server
默认下载的镜像文件默认以 .gz 结尾,需要改成 .tar
The extracted image is by default ending with .gz, and it needs to be changed to end with .tar.
# example: image file name 'nginx_latest.tar'docker load < nginx_latest.tar
默认未开启密码校验,在配置文件config中添加authKey:123456
即可
default authKey is not enabled, add authKey:123456
in config to enable
感谢 nimastudent 提供的前端页面支持
Thanks to nimastudent for the front-end support
MIT © Fetters