This docker image has Eclipse Modeling 2024-06 installed, with the TESL feature.
Available on Docker hub
The source files are available on GitHub.
It is based on the [Ubuntu XFCE webtop image->https://docs.linuxserver.io/images/docker-webtop/]] docker image.
The simplest way to use it is to get the script at https://github.com/Frederic-Boulanger-UPS/docker-webtop-tesl, then run ./start-tesl.sh(or start-tesl.ps1 in the PowerShell of Windows).
Typical usage is:
docker run --rm -d -p 3000 -v ${PWD}:/config:rw fredblgr/docker-webtop-tesl:2025
then point your browser at http://localhost:3000, launch Eclipse_TESL, create a project, create a .tesl file in the project, and enjoy.
The configdirectory in the current working directory is mounted on /config in the container, which is the home directory, so your work will still be available in the host file system when you stop the container (data outside /config will be deleted because of the --rm option).
Content type
Image
Digest
sha256:28af2d28d…
Size
1.9 GB
Last updated
12 months ago
docker pull fredblgr/docker-webtop-tesl:2025