2018-03-30 20:37:36 +00:00
|
|
|
|
# baseimage-tutorial-framework
|
2017-11-27 19:58:34 +00:00
|
|
|
|
|
2018-03-30 20:37:36 +00:00
|
|
|
|
This is the beating heart of TFW – the Docker baseimage consisting of the backend internals of the framework.
|
2017-11-27 19:58:34 +00:00
|
|
|
|
|
2018-03-30 20:37:36 +00:00
|
|
|
|
All tutorial-framework challenges are child images of this one: their `Dockerfile`s all begin with `FROM avatao/tutorial-framework`.
|
2017-11-27 19:58:34 +00:00
|
|
|
|
|
2018-03-30 20:37:36 +00:00
|
|
|
|
This document explains the general concepts of TFW and should be the first thing you read before getting started with development.
|
2017-11-27 19:58:34 +00:00
|
|
|
|
|
2018-03-30 20:37:36 +00:00
|
|
|
|
For more on building and running you should consult the `test-tutorial-framework` repo.
|
2017-11-27 19:58:34 +00:00
|
|
|
|
|
2018-03-30 20:37:36 +00:00
|
|
|
|
## The framework
|
|
|
|
|
*... in progress ...*
|