This is the default IDE image used by Code FREAK. It spins up
an editor on the server that is accessible via browser.
Currently we use code-server
as IDE.
Please open issues on the main repository!
Run Docker build in the repository main directory:
docker build -t cfreak/ide .
To run the IDE in the current directory:
docker run -it --rm -v $PWD:/home/coder/project -p 3000:3000 cfreak/ide
The IDE will be listening on http://localhost:3000
- NodeJS 12.16.3 LTS (+ npm & yarn)
- Python 3.8
- OpenJDK 11 LTS
- C / C++ (gcc, cmake)
- C# by Mono 6.8.0 + Microsoft .NET Core SDK 3.1
- Other plugins