Skip to content

codefreak/ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)