文件名称:dp:cli工具,可在没有docker的情况下提取docker映像
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-15 08:54:21
docker images pull Go
demo 推荐去使用,此项目已经不维护和造*,如果有兴趣可以借鉴下思路,azk8s.cn已经失效,如果借鉴过程可以去掉azk8s的代理 Usage check Check if the images belongs to scheme2.Manifest $ dp c dduportal/bats:0.4.0 scheme2.Manifest: [] scheme1.Manifest: [dduportal/bats:0.4.0] $ dp c dduportal/bats:0.4.0 nginx:alpine --only scheme2.Manifest: [nginx:alpine] pull Pull the docker images on a machine without docker, and support pulling images from multiple re
【文件预览】:
dp-master
----go.mod(220B)
----main.go(71B)
----go.sum(4KB)
----scripts()
--------build.sh(401B)
----README.md(2KB)
----registry()
--------manifest.go(12KB)
--------image.go(2KB)
--------tokentransport.go(3KB)
----cmd()
--------pull.go(2KB)
--------check.go(1KB)
--------root.go(561B)