-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathindex.html
70 lines (60 loc) · 3.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>R Docker tutorial by ropenscilabs</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>R Docker tutorial</h1>
<p class="view"><a href="https://github.com/jsta/r-docker-tutorial">View the Project on GitHub <small>jsta/r-docker-tutorial</small></a></p>
<ul>
<li><a href="https://github.com/jsta/r-docker-tutorial/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/jsta/r-docker-tutorial/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/jsta/r-docker-tutorial">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h2>
A Docker tutorial for reproducible research.
</h2>
<p>
This is an introduction to Docker designed for participants with knowledge about
R and RStudio. The introduction is intended to be helping people who need Docker
for a project. We first explain what Docker is and why it is useful. Then we go
into the the details on how to use it for a reproducible transportable project.
</p>
<h2>
<a id="lessons" class="anchor" href="#lessons" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Lessons:</h2>
<ol>
<li><a href="01-what-and-why.html">Lesson 01 What and Why</a></li>
<li><a href="02-Launching-Docker.html">Lesson 02 Launching Docker</a></li>
<li><a href="03-install-packages.html">Lesson 03 Installing R packages</a> </li>
<li><a href="04-Dockerhub.html">Lesson 04 Pushing and Pulling with Docker Hub</a></li>
<li><a href="05-dockerfiles.html">Lesson 05 Dockerfiles</a></li>
<li><a href="06-Sharing-all-your-analysis.html">Lesson 06 Sharing your analysis</a></li>
</ol>
<h2>Before You Start</h2>
<p>Try to install Docker before you come to the workshop, by following the instructions for <a href='https://docs.docker.com/mac/step_one/'>mac</a>, <a href='https://docs.docker.com/linux/step_one/'>linux</a>, or <a href='https://docs.docker.com/windows/step_one/'>windows</a>. If you get stuck, don't worry! We'll help you get set up at the beginning of the workshop.</p>
<p>
This tutorial is work in progress. If you have any suggestions how we could make it better please open
a new <a href="https://github.com/jsta/r-docker-tutorial/issues">issue</a>.
</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/jsta">jsta</a>.</p>
<p>You can find the contributors <a href="https://github.com/jsta/r-docker-tutorial/graphs/contributors">here</a>.</p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>