Skip to content

✨自用容器镜像✨包含但不仅限于 Caddy、Python-OpenCV、AList,代码由原仓库维护,本仓库仅维护容器构建过程

License

Notifications You must be signed in to change notification settings

YangRucheng/Docker-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

自用基础 Docker 镜像

镜像列表

镜像地址 镜像名称 镜像标签 参考项目或上游项目
Caddy caddy cloudflare-dnstrojan caddyserver/caddy-docker
OpenCV python-opencv ubuntu-5.0.0-alphaalpine-4.10.0 gigante/python-opencv
AList alist pr-7844 AlistGo/alist
LightPicture light-picture installlatest osuuu/LightPicture
Ubuntu developer latest
Sub-Web sub-web latest DyAxy/yet-another-sub-web
CertiMate cert-mate latest usual2970/certimate

参考拉取命令:

IMAGE=""
VERSION="latest"

Docker Hub

docker pull yangrucheng/$IMAGE:$VERSION

Docker Hub 镜像站

docker pull docker.loricloud.cn/yangrucheng/$IMAGE:$VERSION

GitHub 容器注册表

docker pull ghrc.io/yangrucheng/$IMAGE:$VERSION

GitHub 容器镜像站

docker pull ghrc.loridocker.com/yangrucheng/$IMAGE:$VERSION

腾讯云容器镜像服务

docker pull ccr.ccs.tencentyun.com/misaka-public/$IMAGE:$VERSION

阿里云容器镜像服务

docker pull registry.cn-guangzhou.aliyuncs.com/misaka-public/$IMAGE:$VERSION

Docker 配置

编辑 /etc/docker/daemon.json 文件

{
    "data-root": "/var/lib/docker",
    "dns": ["114.114.114.114", "8.8.8.8"],
    "registry-mirrors": [
        "https://pull.loridocker.com",
        "https://docker.proxy.yangrucheng.top"
    ],
    "default-address-pools": [{
        "base": "172.17.0.0/16",
        "size": 24
    }],
    "log-driver": "json-file",
    "log-opts": {
        "max-size": "10m",
        "max-file": "3"
    }
}

运行

systemctl daemon-reload \
&& systemctl stop docker.service \
&& systemctl stop docker.socket \
&& systemctl start docker.service \
&& systemctl start docker.socket

许可证

本仓库构建脚本使用 MIT 协议授权,该软件是按“原样”提供的,作者不对任何形式的损害负责。

源代码许可证请参考对应仓库。

About

✨自用容器镜像✨包含但不仅限于 Caddy、Python-OpenCV、AList,代码由原仓库维护,本仓库仅维护容器构建过程

Resources

License

Stars

Watchers

Forks

Packages