Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 466 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 466 Bytes

vitasdk-devcontainer

DevContainer for vitasdk. You can use this image on aarch64 (ARM64) machine, also.

How to build

git clone https://github.com/ohayoyogi/vitasdk-devcontainer
cd vitasdk-devcontainer
docker build -t vitasdk-devcontainer .

Usage

In .devcontainer/devcontainer.json, you can specify this image like this.

{
  "name": "VitaSDK DevContainer",
  "image": "vitasdk-devcontainer",
  "remoteUser": "ubuntu"
}

enjoy.