File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
---
9
9
10
10
Now that we have leanrned how to work with a dockerfile, we can send all our analysis to a collaborator.
11
- We will share an image that contains all the dependencies that we need to ran our analysis, the data and the analysis.
11
+ We will share an image that contains all the dependencies that we need to run our analysis, the data and the analysis.
12
12
13
13
We will build this image via a dockerfile. Let's start with the basic verse rocker image we used before.
14
14
This time we want to have a specific R version (3.3.2), which the developers make possible by tagging the images with the version.
@@ -112,4 +112,4 @@ docker pull yourhubusername/gapminder_my_analysis:firsttry
112
112
113
113
They now have the image of your analysis.
114
114
115
- Click to go back to the [ main page] ( http://ropenscilabs.github.io/r-docker-tutorial/ ) .
115
+ Click to go back to the [ main page] ( http://ropenscilabs.github.io/r-docker-tutorial/ ) .
You can’t perform that action at this time.
0 commit comments