Skip to content

Commit

Permalink
Add codespaces support
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Apr 23, 2024
1 parent 10e75d9 commit e6a6f01
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-20.04",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:1": {},
"ghcr.io/electrocucaracha/pkg-mgr_scripts/kubectl:latest": {
"pkg_krew_plugins_list": "kuttl"
},
"ghcr.io/electrocucaracha/pkg-mgr_scripts/cni-plugins:latest": {
"pkg_cni_plugins_install_flannel": false
},
"ghcr.io/electrocucaracha/pkg-mgr_scripts/kind:latest": {}
},
"hostRequirements": {
"cpus": 4
},
"postCreateCommand": "cd scripts/; ./main.sh | tee ~/main.log"
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ The goal of this project is to provision a [Nephio Management cluster][1] for te
* Software Package hosting URL - <http://localhost:3000/>
<!-- markdown-link-check-enable -->

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=electrocucaracha/nephio-pocs)

[1]: https://nephio.org/

0 comments on commit e6a6f01

Please sign in to comment.