docker安装nginx并配置ssl证书_docker nginx ssl-优快云博客
docker安装nginx支持ssl 实现https访问(完整版)_docker nginx ssl-优快云博客
可以用的镜像列表:
{
“registry-mirrors”: [
“https://dockerpull.org”,
“https://docker.1panel.dev”,
“https://docker.fxxk.dedyn.io”,
“https://docker.潍坊会展.cn”,
“https://docker.zhai.cm”,
“https://docker.5z5f.com”,
“https://a.ussh.net”,
“https://docker.cloudlayer.icu”,
“https://hub.littlediary.cn”,
“https://hub.crdz.gq”,
“https://docker.unsee.tech”,
“https://docker.kejilion.pro”,
“https://registry.dockermirror.com”,
“https://hub.rat.dev”,
“https://dhub.kubesre.xyz”,
“https://docker.nastool.de”,
“https://docker.udayun.com”,
“https://docker.rainbond.cc”,
“https://hub.geekery.cn”,
“https://docker.1panelproxy.com”,
“https://atomhub.openatom.cn”,
“https://docker.m.daocloud.io”
]
}
Docker镜像推送(push)到Docker Hub(最详细版)_sign in with your docker id-优快云博客
docker 发布命令
docker images
docker tag lobe-chat-database-local:latest holdensun/lobe-chat-database-local
docker push holdensun/lobe-chat-database-local
docker image prune -a
docker compose pull
docker compose image prune