Sign inSign up

jormmyant/skopeo

By jormmyant

Updated about 1 year ago

Image
0

258

jormmyant/skopeo repository overview

Skopeo官方版本地址:quay.io/skopeo/stable:latest

官方github地址:https://github.com/containers/skopeo

步骤:

1、拥有hub.docker网站的账号,如没有自行注册 https://hub.docker.com/

2、打开openwrt终端,输入: docker login

回车后显示code,例如: RKQP-XBDD

和激活地址 https://login.docker.com/activate 打开该网址 粘贴code后点击两次确认,再弹出登录docker hub,按提示登录后就会显示“Congratulations, you're all set!”表示成功。

3、终端输入命令:

docker run --rm -v $HOME/.docker/config.json:/root/.docker/config.json quay.io/skopeo/stable:latest copy --all --authfile /root/.docker/config.json docker://docker.io/containrrr/watchtower:latest docker://docker.io/jormmyant/watchtower

等待跑码结束,显示 Writing manifest to image destination Storing list signatures 等字样,表示拷贝成功。 回到hub.docker网站就可以看到已经拷贝的项目了。

Tag summary

Content type

Image

Digest

sha256:eb83ce906

Size

117.9 MB

Last updated

about 1 year ago

docker pull jormmyant/skopeo