# image: nginx:latest# proxyUrl 127.0.0.1# proxyPort 7890java -jar docker-pull.jar
After downloading and packaging through this command, you can find the image file in the images folder under the jar package directory.
After the download and packaging are complete, you can find the downloaded image in the image directory under the jar package.
You can also directly start the web page for graphical operations. The following is the startup command.
Or you can use web page
java -jar docker-pull.jar --web
Open your browser and enter the address http://localhost:1111
Open url http://localhost:1111
After entering the page, find the image you want and select the version, system chip architecture and other information and select to pull it. Then you can also directly upload it to your server through the upload button in the download list.
Search your image and download then you can upload to your server
The default downloaded image file ends with .gz by default and needs to be changed to .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
Password verification is not enabled by default. Just add authKey:123456
to the configuration file config.
default authKey is not enabled, add authKey:123456
in config to enable
Thanks to nimastudent for providing front-end page support
Thanks to nimastudent for the front-end support
MIT © Fetters