Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 952 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 952 Bytes

ENZO-TS docker host

Run an unofficial docker container for ENZO-TS. Use at your own risk.

Setup

  • 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 path mounted-files\config. The folder can be located by clicking File\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

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.

I do not trust your build, how to do my own build?

You can do your own building using docker-build-enzo-ts