diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..42b5fc8 --- /dev/null +++ b/.devcontainer.json @@ -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" +} diff --git a/README.md b/README.md index e3ef8a4..7008721 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,6 @@ The goal of this project is to provision a [Nephio Management cluster][1] for te * Software Package hosting URL - +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=electrocucaracha/nephio-pocs) + [1]: https://nephio.org/