vscode-dev-containers
vscode-dev-containers copied to clipboard
Added folder for kubernetes helm with docker compose. Include docker-…
I have created this PR to include a docker-compose configuration for when running Kubernetes and Helm inside docker. This will make it easier for those who are not only using a dockerfile configuration as all the mounts are now done inside the docker-compose. I have also included a post create command that runs the existing test file so it demonstrates successful configuration at the end.
Thanks for the contribution! A couple of things that would be great if you could do:
- The way this repository works is that all the contents for the dev container should be in the
.devcontainerfolder. This appears to depend ondocker-compose.ymla level up which the person using the definition may already have on disk and we wouldn't want to overwrite. - Could you link to the best way to contact you from the README.md under contributor in case there are questions for you?
@Chuxel thanks for reviewing this. I have made the updates as you suggested!
Accidental close
Thanks again for opening this and for the discussion so far.
As a heads up, our team has been actively focused on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: https://github.com/microsoft/vscode-dev-containers/issues/1589. This includes moving to a couple new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features).
We anticipate to have a similar repo and distribution process for templates/definitions. We'll keep everyone updated (likely via another issue in this repo or comment on https://github.com/microsoft/vscode-dev-containers/issues/1589) when our new templates repo is available and the process is defined.
Please let me know if you have any questions, thank you!