simeonlam / docker-openvscode-server

alternative arm64 & amd64 build of openvscode-server

Home Page:https://medium.com/dictcp/self-hosting-your-vscode-online-ide-from-raspberry-pi-4-to-aws-graviton2-d2d351379340

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-openvscode-server

It is an (alternative) arm64 and amd64 build of openvscode-server.

The arm64 build allows openvscode-server running on ARM64 platforms, including Raspberry Pi, AWS Graviton2 and Ampere.

Getting started

  • Start the server:
docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" dictcp/openvscode-server
# Docker image is also available at ghcr.io/dictcp/openvscode-server
  • Visit localhost:3000.

About

alternative arm64 & amd64 build of openvscode-server

https://medium.com/dictcp/self-hosting-your-vscode-online-ide-from-raspberry-pi-4-to-aws-graviton2-d2d351379340


Languages

Language:Dockerfile 100.0%