Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steeve/docker-svn2git

svn2git Docker image
https://github.com/steeve/docker-svn2git

Last synced: 11 days ago
JSON representation

svn2git Docker image

Awesome Lists containing this project

README

        

docker-svn2git
==============

svn2git Docker image

Run with:
```
$ docker run --rm -i -t steeve/svn2git
```

You can of course mount your volumes with your local files, for instance:
```
$ docker run --name mycode -v /mycode debian:wheezy true
$ docker run --rm --volumes-from mycode -i -t steeve/svn2git
```