From 53821fe654d06e901b962926efcc5fcb83803ebf Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Sat, 5 Oct 2019 18:19:20 +0200 Subject: [PATCH] Add docker folder README --- docker/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker/README.md diff --git a/docker/README.md b/docker/README.md new file mode 100644 index 00000000..b0bf1b0a --- /dev/null +++ b/docker/README.md @@ -0,0 +1,11 @@ +# Docker containers for easy dependency bundling + +To facilitate downloading, building and running the required +development tools, some of the tutorials in this repository use a +container software called docker. While docker specifics are +outside of this tutorial's scope it is worth mentioning that +human readable docker configuration files named "Dockerfile" +exist in the sub-directories of this folder. + +These files may be of interest to those who want details about +what will happen when docker is invoked.