Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.75 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.75 KB

Code FREAK IDE Docker Image

Build Status Docker Image Version

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!

Build

Run Docker build in the repository main directory:

docker build -t cfreak/ide .

Run / Install

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

Pre-Installed Languages (+ VSCode Plugins)