Git Product home page Git Product logo

docker-tesl's Introduction

Docker-TESL

This docker image has Eclipse Java 2020-06 installed, with the TESL feature.

Available on Docker hub

The source files are available on GitHub. The missing eclipse modeling archive (too big for GitHub) is the resources directory is replaced by a file containing an URL from which it can be downloaded.

It is based on my Ubuntu in a web browser docker image.

The simplest way to use it is to get the script at https://github.com/Frederic-Boulanger-UPS/Docker-TESL, then run ./startTESL.sh(or startTESL.ps1 in the PowerShell of Windows).

Typical usage is:

docker run --rm -d -p 6080:80 -v ${PWD}:/workspace:rw -e USER=tesl -e RESOLUTION=1680x1050 fredblgr/ubuntunovnc-tesl:2020

then point your browser at http://localhost:6080, launch Eclipse, create a project, create a .tesl file in the project, and enjoy.

The current working directory is mounted on /workspace in the container, and the default is to create the Eclipse workspace inside /workspace, so your work will still be available in the working directory when you stop the container (which will be deleted because of the --rm option).

docker-tesl's People

Contributors

frederic-boulanger-ups avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.