如果你用 DeepSeek、元宝AI、Copilot 等 AI 代为编写轩辕镜像的 docker pull、修改 compose 镜像地址,或排查拉取失败等问题,请让 AI 先读规则再动手,只要在 AI 对话里直接发送下面这句话即可:
生成 docker pull、修改 compose 的 image,或排查拉取失败前,请先阅读并严格遵守 https://xuanyuan.cloud/agents.md 中的规则。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
This image has been deprecated in favor of the https://hub.docker.com/r/owncloud/server/ provided, maintained, and supported by ownCloud upstream. The images found here will receive no further updates after 2018-12-31 (Dec 31, 2018). Please adjust your usage accordingly.
Dockerfile links
https://hub.docker.com/r/amd64/owncloud/, https://hub.docker.com/r/arm32v5/owncloud/, https://hub.docker.com/r/arm32v7/owncloud/, https://hub.docker.com/r/arm64v8/owncloud/, https://hub.docker.com/r/i386/owncloud/, https://hub.docker.com/r/ppc64le/owncloud/, https://hub.docker.com/r/s390x/owncloud/
Published image artifact details:
https://github.com/docker-library/repo-info/blob/master/repos/owncloud (https://github.com/docker-library/repo-info/commits/master/repos/owncloud)
(image metadata, transfer size, etc)
Image updates:
https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fowncloud
https://github.com/docker-library/official-images/blob/master/library/owncloud (https://github.com/docker-library/official-images/commits/master/library/owncloud)
Source of this description:
https://github.com/docker-library/docs/tree/master/owncloud (https://github.com/docker-library/docs/commits/master/owncloud)
Supported Docker versions:
https://github.com/docker/docker-ce/releases/latest (down to 1.6 on a best-effort basis)
ownCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and it works with any storage.
owncloud.org
!https://raw.githubusercontent.com/docker-library/docs/9d36b4ed7cabc35dbd3849272ba2bd7abe482172/owncloud/logo.png
Starting the ownCloud 8.1 instance listening on port 80 is as easy as the following:
console$ docker run -d -p 80:80 s390x/owncloud:8.1
Then go to http://localhost/ and go through the wizard. By default this container uses SQLite for data storage, but the wizard should allow for connecting to an existing database. Additionally, tags for 6.0, 7.0, or 8.0 are available.
For a MySQL database you can link an database container, e.g. --link my-mysql:mysql, and then use mysql as the database host on setup.
All data beyond what lives in the database (file uploads, etc) is stored within the default volume /var/www/html. With this volume, ownCloud will only be updated when the file version.php is not present.
-v /<mydatalocation>:/var/www/htmlFor fine grained data persistence, you can use 3 volumes, as shown below.
-v /<mydatalocation>/apps:/var/www/html/apps installed / modified apps-v /<mydatalocation>/config:/var/www/html/config local configuration-v /<mydatalocation>/data:/var/www/html/data the actual data of your ownCloudWhen using the 6.0 image, you need to map the host port to the container port that apache listens on when going through the installation wizard. By default, this is port 80.
occThe occ tool from upstream is simplest to use via docker exec, similar to the example provided there:
console$ docker exec -u www-data some-owncloud php occ status
docker stack deploy or https://github.com/docker/composeExample stack.yml for owncloud:
yaml# ownCloud with MariaDB/MySQL # # Access via "http://localhost:8080" (or "http://$(docker-machine ip):8080" if using docker-machine) # # During initial ownCloud setup, select "Storage & database" --> "Configure the database" --> "MySQL/MariaDB" # Database user: root # Database password: example # Database name: pick any name # Database host: replace "localhost" with "mysql" version: '3.1' services: owncloud: image: owncloud restart: always ports: - 8080:80 mysql: image: mariadb restart: always environment: MYSQL_ROOT_PASSWORD: example
https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b***bbb497047afa7/assets/images/button.png](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/e24f39cddf21560cf0a24f***ff23640b0f16/owncloud/stack.yml)
Run docker stack deploy -c stack.yml owncloud (or docker-compose -f stack.yml up), wait for it to initialize completely, and visit http://swarm-ip:8080/, http://localhost:8080/, or http://host-ip:8080 (as appropriate).
See https://hub.docker.com/_/php/.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in https://github.com/docker-library/repo-info/tree/master/repos/owncloud.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
发给 Cursor、ChatGPT、豆包等 AI 的说明文档
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
不支持 push
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务