Go to file
Kristóf Tóth 641709c04e Add a fallback port for the terminal to avoid crashing proxies 2019-10-08 14:24:31 +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 a fallback port for the terminal to avoid crashing proxies 2019-10-08 14:24:31 +02:00
tfw Display typing indicator based on global message queue 2019-10-07 13:24:23 +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 Add a fallback port for the terminal to avoid crashing proxies 2019-10-08 14:24:31 +02: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 Simplify package structure 2019-07-24 15:50:41 +02: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.