fraoustin/theia
It's a docker image with Theia Ide.
I add
run image fraoustin/theia
docker run -d --rm -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock -v <localpath>:/project --name theia fraoustin /theia
you can access to ihm with url http://127.0.0.1:3000/
## Usage with login
you can docker-compose
git clone https://github.com/fraoustin/theia.git
cd theia/login
docker-compose up -d
user default is user and password default is pass (you can change in docker-compose.yml)
you use http://localhost/ for access login ihm
you can use shortcut ctrl+q for to quit or menu disconnect
docker pull fraoustin/theia