Go to file
R. Richard dc5e26843a Refactor MessageSender 2020-06-24 13:44:07 +02:00
docs Add docstrings to CommandsEqual 2018-08-04 21:49:06 +02:00
nginx Add a fallback port for the terminal to avoid crashing proxies 2019-10-08 14:24:31 +02:00
supervisor Add priorities to TFW processes 2019-11-21 14:23:34 +01:00
tfw Refactor MessageSender 2020-06-24 13:44:07 +02:00
.gitignore Implement frontend dependency management 2017-12-11 17:37:21 +01:00
.gitmodules Add submodule with remote tracking 2018-03-09 17:41:23 +01:00
.pylintrc Fix pylint issues 2019-08-28 16:40:23 +02:00
COPYING License project under GNU LGPLv3 2019-09-12 13:43:23 -04:00
COPYING.LESSER License project under GNU LGPLv3 2019-09-12 13:43:23 -04:00
Dockerfile Make /etc/supervisor a writable volume 2019-11-13 12:52:20 +01:00
README.md Update README.md 2019-09-17 05:25:47 +02:00
VERSION Name new release 2019-05-16 23:44:44 +02:00
bashrc Implement optional delay in bash history command appending 2018-07-03 15:22:29 +02:00
pytest.ini Silence watchdog's internal deprecation warning when using pytest 2019-08-14 13:49:25 +02:00
requirements.txt Replace pipe-io-server source with the new pip package 2019-08-06 11:33:26 +02:00
setup.py Look up every module in the package 2020-02-03 16:45:42 +01:00

README.md

baseimage-tutorial-framework

This is the beating heart of TFW the Docker baseimage containing the internals of the framework. It's most important element is the robust messaging system that makes it straightforward to implement interactive exercises.

To learn more about the framework and get started, please consult our wiki.