Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 207 Bytes

File metadata and controls

11 lines (7 loc) · 207 Bytes

VsCode on Alpine >> Docker

Just clone it.

docker build -t vscode .

docker run -d -v FOLDER:/opt -e PASSWORD=PassW0rd whoo/vscode-alpine

note: uid in container is 1000 / should be fixed.