Skip to content

intfish/theia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  •  
  •