Skip to content

Docker image with *unauthenticated* Apache HTTP Server with Subversion support

License

Notifications You must be signed in to change notification settings

omegat-org/docker-httpd-svn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unauthenticated Apache httpd with Subversion

This image provides Apache configured for use as a Subversion server with no authentication. It is erikwramner/httpd-svn but with authentication disabled.

This image is for testing use only

Usage

To quickly get a Subversion server up and running with a test repository and a single user, run:

docker run --rm -p 1234:80 -e SVN_REPO_NAME=test omegatorg/httpd-svn

That creates a Subversion repository named "test" and exposes it with no authentication on port 1234. The repository can be accessed at http://localhost:1234/svn/test.

For any other uses, please use erikwramner/httpd-svn instead.