Skip to content

Commit 03f7d53

Browse files
author
HeidiSeibold
committed
issue #21 Challenge questions
1 parent 9a40ae0 commit 03f7d53

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

04-Dockerhub.Rmd

+10
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ docker push yourhubusername/hadleyverse_gapminder
8989
Your image is now available for everyone to use.
9090

9191

92+
## Challenge Questions
93+
94+
- Download your partner's image. How did that compare speed-wise to downloading
95+
the hadleyverse image the first time?
96+
- Browse Docker Hub for interesting images. What could be useful to you?
97+
- Discuss the pros and cons of using Docker images from someone you don't
98+
know with your neighbour.
99+
100+
101+
92102
Next: Go to [Lesson 05 Dockerfiles](05-dockerfiles.html) or back to the
93103
[main page](http://ropenscilabs.github.io/r-docker-tutorial/).
94104

04-Dockerhub.html

+8
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ <h2>Getting an image to Docker Hub</h2>
9595
<pre><code>docker push yourhubusername/hadleyverse_gapminder</code></pre></li>
9696
</ol>
9797
<p>Your image is now available for everyone to use.</p>
98+
</div>
99+
<div id="challenge-questions" class="section level2">
100+
<h2>Challenge Questions</h2>
101+
<ul>
102+
<li>Download your partner’s image. How did that compare speed-wise to downloading the hadleyverse image the first time?</li>
103+
<li>Browse Docker Hub for interesting images. What could be useful to you?</li>
104+
<li>Discuss the pros and cons of using Docker images from someone you don’t know with your neighbour.</li>
105+
</ul>
98106
<p>Next: Go to <a href="05-dockerfiles.html">Lesson 05 Dockerfiles</a> or back to the <a href="http://ropenscilabs.github.io/r-docker-tutorial/">main page</a>.</p>
99107
</div>
100108

0 commit comments

Comments
 (0)