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 Folder
in ENZO-TSL UI. - Update
docker-compose.yml
to 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