(Update: upstream gitpod/openvscode-server offer ARMv7 and ARM64 images. Hence no more update on this build)
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.
- 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.