Sign inSign up

melias77/vscode

By melias77

Updated over 1 year ago

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

Image
Developer tools
0

76

melias77/vscode repository overview

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

Tag summary

Content type

Image

Digest

sha256:ee32b47f7

Size

556.1 MB

Last updated

over 1 year ago

docker pull melias77/vscode:ubuntu2404-1