Run an unofficial docker container for ENZO-TS. Use at your own risk.
- To produce the config files, the simplest way is to run ENZO-TSL with UI, so you can setup the client. Then you put the resulting configuration directory (named
enzo-tsl) in this pathmounted-files\config. The folder can be located by clickingFile\Open Profile Folderin ENZO-TSL UI. - Update
docker-compose.ymlto use the latest image tag available. You can see the tags available here - Run
docker-compose up -d
Logs can be inspected on a running container with docker logs -f enzo-ts. All logs are stored in logs subfolder inside config\enzo_tsl.
You can do your own building using docker-build-enzo-ts