-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能否加一个直接使用本地镜像的功能 #4
Comments
+1 |
1 similar comment
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
自己出题遇到了一些问题,因为调试不好推送到docker hub,遂按照docker官方教程搭建了一个本地registry,但是在MarsCTF的后台配置中更改docker Registry地址无效,题目显示找不到镜像,
我仔细想了一下,发现这个功能其实并不需要自己搭建registry,只需要在拉取镜像时优先使用本地镜像即可,
具体来说就是,拉取镜像前先检测一下本地镜像,如果存在则优先使用本地镜像,因为本人java水平不够,所以希望得到大佬的帮助,谢谢
The text was updated successfully, but these errors were encountered: