Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 420 Bytes

File metadata and controls

24 lines (17 loc) · 420 Bytes

docker-vs-code-server

VS Code Server running a docker container.

By running this container you agree to VS Code Server license.

Build

docker build -t starina/vs-code-server:latest .

Run

docker run \
    -p 8000:8000 \
    -v <DIR>:/data \
    -e UID=82 \
    -e GID=82 \
    starina/vs-code-server:latest

Open http://localhost:8000