melias77/vscode

By melias77

Updated 15 days ago

Coding kids, a containerized version of vscode for learning javascript using frameworks like React.

Image
Developer Tools
0

6

Coding kids, An easy use for kids and avoid permanent installation.

How to get started:

Copy this into a run.sh script or execute in three steps:

xhost +
docker run -d -it --cap-add=SYS_ADMIN --ipc=host --net=host --env="DISPLAY"  \
 -v /tmp/.X11-unix:/tmp/.X11-unix \
--name vscode-developer-box melias77/vscode:ubuntu2404-1
docker exec -it vscode-developer-box code --disable-gpu

Docker Pull Command

docker pull melias77/vscode