Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 369 Bytes

File metadata and controls

9 lines (8 loc) · 369 Bytes

An OCI container for running VSCode on my iPad through my home server. Currently built for Astro and GBA Pokémon development, and may be extended further later on.

mkdir -p ~/containers/vscode
mkdir -p ~/.config/containers/systemd
cp /path/to/vscode.container ~/.config/containers/systemd/
systemctl --user daemon-reload
systemctl --user start vscode.service