
Lightweight container providing an SVN server, based on Alpine Linux and S6 process management (see https://github.com/smebberson/docker-alpine for details). The access to the server is possible via WebDav protocol ([***] and via custom protocol (svn://). The Dockerfile, and the other files needed to build the image, can be found in my https://github.com/elleFlorio/svn-docker. A complete tutorial on how to build this image, and how to run the container is available on Medium.
To run the image, you can use the following command:
docker run -d --name svn-server -p 80:80 -p 3690:3690 elleflorio/svn-server
You can optionally bind a local folder to the container folder that will store your repositories using the flag -v <hostpath>:/home/svn.
You need to setup username and password for the access via WebDav protocol. You can use the following command from your host machine:
docker exec -t svn-server htpasswd -b /etc/subversion/passwd <username> <password>
To verify that everything is up and running, open your browser and connect to http://localhost/svn. The system should ask you for the username and password, then it will show you an empty folder (no repos yet!).
Check also that the custom protocol is working fine: go to your terminal and type svn info svn://localhost:3690. The system should connect to the server and tell you that is not able to find any repository.
For further information on how to configure Subversion, please refer to the official web page.
the image provides a graphical ui using the https://github.com/mfreiholz/iF.SVNAdmin interface via http://localhost/svnadmin.
You'll be prompted with a setup page, remember to test every step on the page then save the configuration.
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务