Skip to content

smezger/svn-server-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Automated Status Docker Build Status Docker Pulls

Docker Image smezger/svn-server-ubuntu

Description

The Docker Image is based on Ubuntu with an Apache2 web-server and svn. The if.svnadmin web-interface is used to administrate svn. In addition to http:// the svn:// protocol can be used.The image can be used on ARM hardware (i.e. Raspberry Pi) and X86 hardware.

Create a container from the image

To create a container with the repository data located on the host machine e.g. in the directory /data/docker/svn-server execute the following command:

docker run -d --name svn-server -p 80:80 -p 3960:3960 -v /data/docker/svn-server:/home/svn --restart unless-stopped smezger/svn-server-ubuntu

Test if everything is up and running by opening a browser and open the url 'http://localhost/svn'. As you have not specified a user yet just ignore the username and password dialog.

Configuration

To create repositories and add users go to 'http://localhost/svnadmin/'. On the first start a username and password for the web admin interface has to be defined.

About

Docker Image based on Ubuntu with an Apache2 and svn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published