13 lines
539 B
Markdown
Raw Permalink Normal View History

2018-03-30 22:37:36 +02:00
# baseimage-tutorial-framework
2017-11-27 20:58:34 +01:00
2018-03-30 22:37:36 +02:00
This is the beating heart of TFW the Docker baseimage consisting of the backend internals of the framework.
2017-11-27 20:58:34 +01:00
2018-03-30 22:37:36 +02:00
All tutorial-framework challenges are child images of this one: their `Dockerfile`s all begin with `FROM avatao/tutorial-framework`.
2017-11-27 20:58:34 +01:00
2018-03-30 22:37:36 +02: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 20:58:34 +01:00
2018-03-30 22:37:36 +02:00
For more on building and running you should consult the `test-tutorial-framework` repo.
2017-11-27 20:58:34 +01:00
2018-03-30 22:37:36 +02:00
## The framework
*... in progress ...*