Skip to content
forked from mm-sam/svn-docker

Docker image for Subversion with WebDAV and Auto-versioning (on Alpine Linux)

Notifications You must be signed in to change notification settings

MMHK/svn-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVN Docker

Subverison service with docker

dockeri.co

GitHub

How to use

  1. run docker
docker run -d -v [your svn root]:/var/svndata -p 80:80 mmhk/svn-docker
  1. open http://localhost/svnadmin, SVN admin web Panel
  2. svn client open repository url as http://localhost/svn/[your repository]

Environment

ENV default remark
WWW_UID 1000 apache user ID 当你需要匹配现有svn仓库 UID的时候
WWW_GID 1000 apache group ID 当你需要匹配现有svn仓库 UID的时候
SVN_USER mixmedia 初始仓库管理员账户
SVN_PWD 123456 初始仓库管理员密码

About

Docker image for Subversion with WebDAV and Auto-versioning (on Alpine Linux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.7%
  • JavaScript 2.3%
  • CSS 1.7%
  • Other 0.3%