22 lines
395 B
Markdown
22 lines
395 B
Markdown
# docker-theia
|
|
|
|
### Simple docker to start [theia](https://theia-ide.org/) project with [tor](https://www.torproject.org/) network
|
|
|
|
## Install
|
|
|
|
$ git clone --recurse-submodules https://git.manalejandro.com/ale/docker-theia
|
|
$ cd docker-theia && cp Dockerfile theia-apps/theia-docker/
|
|
$ docker compose build
|
|
|
|
## Start
|
|
|
|
$ docker compose up -d
|
|
|
|
## Stop
|
|
|
|
$ docker compose down
|
|
|
|
## License
|
|
|
|
MIT
|