https://github.com/fmind/editor
A Docker image that includes Theia IDE and my settings
https://github.com/fmind/editor
cloud config docker eclipse theia
Last synced: 8 months ago
JSON representation
A Docker image that includes Theia IDE and my settings
- Host: GitHub
- URL: https://github.com/fmind/editor
- Owner: fmind
- License: other
- Created: 2020-05-20T14:14:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T14:19:47.000Z (about 6 years ago)
- Last Synced: 2025-09-01T02:53:44.565Z (10 months ago)
- Topics: cloud, config, docker, eclipse, theia
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# editor
```bash
docker run -it --init -p 3000:3000 -v "$(pwd):/home/project:cached" fmind/editor
```