Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 568 Bytes

File metadata and controls

26 lines (18 loc) · 568 Bytes

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.