Skip to content
/ theia Public

Theia based general purpose IDE base image for various projects.

Notifications You must be signed in to change notification settings

intfish/theia

Repository files navigation

intfish/theia

Theia based general purpose IDE base image for various projects.

Pull

docker pull ghcr.io/intfish/theia:latest

Build

docker build -t intfish/theia:dev .

Run

Example with THEIA_WORKSPACE

docker run -it --init -p 3000:3000 \
    -v /home/user/projects:/home/workspace \
    -e THEIA_WORKSPACE=/home/workspace/mypro theia-image

Notes

THEIA_WORKSPACE- Sets default workspace path.

When you have .theia folder with settings.json in the root of your project dir, preferences will be loaded automatically.

About

Theia based general purpose IDE base image for various projects.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •