当你执行命令 docker pull xhofe/alist 时,你是在从 Docker Hub(一个流行的容器镜像库)上拉取一个名为 xhofe/alist 的Docker 镜像。这个镜像可能是一个特定的应用或服务,由用户 xhofe 创建并维护。以下是关于如何执行这个命令以及可能遇到的情况的详细解释: 打开终端或命令行界面: 首先,你需要打开一个能够执...
docker.io/xhofe/alist:latest#12894 Closed jasonstark240opened this issueJun 20, 2024· 3 comments jasonstark240commentedJun 20, 2024• edited by github-actionsbot IMAGE SYNC jasonstark240added thesync imagelabelJun 20, 2024 Contributor
Fork1.1k Star9k docker.io/xhofe/alist:latest#12508 New issue Closed as not planned github-actions closed this asnot plannedon Jun 20, 2024 Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment...
github-actionsbotadded thesync image failurelabelJun 28, 2024 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment Assignees No one assigned Labels sync image failuresync image Projects None yet
DaoCloud/public-image-mirrorPublic NotificationsYou must be signed in to change notification settings Fork1.1k Star8.9k Code Issues17 Pull requests1 Actions Security Insights Additional navigation options New issue Closed jasonstark240opened this issueJun 20, 2024· 3 comments ...
IMAGE SYNCActivity jasonstark240added sync image on Jun 21, 2024 github-actions commented on Jun 21, 2024 github-actions on Jun 21, 2024 Contributor 镜像'xhofe/alist:latest' 不存在呢, 请指定域名, 如: docker.io/xhofe/alist:latest github-actions commented on Jun 21, 2024 github-...
Dockerfile LICENSE README.md README_cn.md alist.go build.sh go.mod go.sum Repository files navigation README AGPL-3.0 license 🗂️Another file list program that supports multiple storage, powered by Gin and React. English | 中文 | Contributors | Contributing Features Multiple ...
docker-compose.yml version: '3' services: cloudreve: image: xxx/alist container_name: alist volumes: - ./work_dir:/alist/alist ports: - "127.0.0.1:5244:5244" logging: driver: "json-file" options: max-size: "1m" max-file: "3" restart: unless-stopped networks: - docker-net networ...