Skip to content

Commit 2f0d7d5

Browse files
authored
Merge pull request #10 from maxplanck-ie/docker_readme_file
Add Docker Installation to the readme file
2 parents 6b5a22e + 31a85c6 commit 2f0d7d5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,25 @@ Fidel Ramirez, José Villaveces, Vivek Bhardwaj
66

77
You can install HiCBrowser using pip :
88

9-
```r
9+
```
1010
pip install git+git//github.com/maxplanck-ie/HiCBrowse@master
1111
```
1212

1313
You can also download/clone this GitHub repository and run the setup.py script inside :
1414

15-
16-
```r
15+
```
1716
cd HiCBrowser
1817
python setup.py install -f
1918
```
2019

20+
If you have Docker installed on your computer you can also use our [Docker HiCBrowser Image](https://github.com/maxplanck-ie/docker-hicbrowser). You can start a production ready HiCBrowser instance with:
21+
22+
```
23+
docker run --rm -i -t -p 80:80 bgruening/docker-hicbrowser
24+
```
25+
26+
For more information about the Docker image please refer to https://github.com/maxplanck-ie/docker-hicbrowser#usage
27+
2128

2229
## Usage
2330

0 commit comments

Comments
 (0)