Skip to content

Commit e6dc3a9

Browse files
committed
Adding Docker info to downloads
For #59
1 parent e7b7e81 commit e6dc3a9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

downloads.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ <h1>Downloads</h1>
6262
<div class="row">
6363
<div class="span3 bs-docs-sidebar">
6464
<ul class="nav nav-list bs-docs-sidenav">
65+
<li>
66+
<a href="#docker"><i class="fa fa-chevron-right"></i>Docker</a>
67+
</li>
6568
<li>
6669
<a href="#coder"><i class="fa fa-chevron-right"></i>For coders</a>
6770
</li>
@@ -76,6 +79,32 @@ <h1>Downloads</h1>
7679
<button type="button" class="close" data-dismiss="alert">&times;</button>
7780
<strong>Warning:</strong> You can't download the whole virtual worm, we're not quite there yet! :)
7881
</div>
82+
83+
<!-- Docker ================================================== -->
84+
<section id="docker">
85+
<div class="page-header">
86+
<h1>Docker simulation stack</h1>
87+
</div>
88+
89+
90+
<div class="pagination-centered">
91+
92+
<p class="lead">
93+
We have created a <strong>Docker container</strong> which contains all of the major components of the simulation stack we have built so far. It can be used to run a <strong>preliminary model</strong> of the worm in 3D on your computer.
94+
<br/>
95+
</p>
96+
<br/>
97+
<img src="https://raw.githubusercontent.com/openworm/OpenWorm/master/img/worm-crawling.gif"></img>
98+
<br/>
99+
<br/>
100+
<a class="btn btn-primary btn-large" href="https://github.com/openworm/OpenWorm/blob/master/README.md#quickstart" target="_blank">OpenWorm Docker</a>
101+
102+
</div>
103+
104+
<div class="row-fluid pagination-centered">&nbsp;
105+
</div>
106+
</section>
107+
79108
<!-- Coder ================================================== -->
80109
<section id="coder">
81110
<div class="page-header">
@@ -97,6 +126,7 @@ <h1>For coders</h1>
97126
</p>
98127
</div>
99128
</section>
129+
100130
<!-- Scientist ================================================== -->
101131
<section id="scientist">
102132
<div class="page-header">

0 commit comments

Comments
 (0)