Sign inSign up

martinjohn/subversion

By martinjohn

Updated over 6 years ago

Minimalist subversion container

Image
1

283

martinjohn/subversion repository overview

subversion

Subversion repo with http access - http://docker:8980/repos

Apache htpasswd needs to go in home directory /mnt/subversion is the subversion volume

docker run \
   -d \
   --restart=unless-stopped \
   --name svn \
   -p 8980:80 \
   -v ${PWD}/home:/root \
   -v /mnt/subversion:/mnt/subversion \
   martinjohn/subversion

Tag summary

Content type

Image

Digest

Size

58.2 MB

Last updated

over 6 years ago

docker pull martinjohn/subversion