Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 788 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 788 Bytes

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