Skip to content

Commit

Permalink
meta: create devcontainer.json
Browse files Browse the repository at this point in the history
Maintainer: me
Compile tested: mips, ath79, OpenWrt SNAPSHOT

Description:
Development container configuration.
The container can run locally or in cloud (Codespaces).
Sample usage: easily open full-featured VS Code IDE in browser,
pre-configured for OpenWrt packages development.

Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
  • Loading branch information
bam80 committed Sep 23, 2023
1 parent 5b3e517 commit 78b07da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"image": "docker.io/openwrt/sdk",
"features": {
}
}

0 comments on commit 78b07da

Please sign in to comment.