Files
Docker/README.md
e2hang 1a62f38391 更新 README.md
更新了docker registry的使用方式
2025-07-29 22:02:45 +08:00

10 lines
321 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Docker测试
1、查询网址 `https://docker.huajishe.fun/v2/_catalog`
2、从Docker向下pull的时候记得在/etc/docker/daemon.json中写一下insecure-website因为自建的网址需要HTTPS证书认证比较麻烦
获取的方式如下代码:
``` bash
sudo docker pull huajishe.fun:8888/testing
```