Skip to content

A simple, easy-to-use web-based built using node server on Ubuntu. No external API has been used

Notifications You must be signed in to change notification settings

DarkMortal/OnlineIDE

Repository files navigation

OnlineIDE made with node server on Ubuntu Linux

Command to get the app-image

docker pull darkmortal69/onlineide:infinity

Command to build the docker application

docker build -t onlineide:infinity .

Command to run the docker application

docker run -p 5000:8000 darkmortal69/onlineide:infinity

Docker get ID of all running containers

docker ps

Stopping a Docker container

docker stop container_id

Screenshots

screenshot screenshot


About

A simple, easy-to-use web-based built using node server on Ubuntu. No external API has been used

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published