Add docker folder README

This commit is contained in:
Andre Richter 2019-10-05 18:19:20 +02:00 committed by GitHub
parent f13e6e4513
commit 53821fe654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
docker/README.md Normal file
View File

@ -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.