We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13e6e4 commit 53821feCopy full SHA for 53821fe
docker/README.md
@@ -0,0 +1,11 @@
1
+# Docker containers for easy dependency bundling
2
+
3
+To facilitate downloading, building and running the required
4
+development tools, some of the tutorials in this repository use a
5
+container software called docker. While docker specifics are
6
+outside of this tutorial's scope it is worth mentioning that
7
+human readable docker configuration files named "Dockerfile"
8
+exist in the sub-directories of this folder.
9
10
+These files may be of interest to those who want details about
11
+what will happen when docker is invoked.
0 commit comments