Replies: 2 comments 2 replies
-
I should have said for vsCode users - I don't know if other IDE support devcontainers or not |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've had a look there - but I think that's for building a docker image. Unless I am wrong :) The devcontainer allows vsCode to start a development workspace with an image that already has go installed, so you don't need to install anything. it does not build openbao, but provides a go env to build it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've put together a small patch to add devcontainer support with docker into bao development. This allows for you to start a go environment without having to install go.
Having docker support enables you to fire up any other container you need within the openbao environment
If there's interest from the core team to include this in the repository, I'll submit a PR
Beta Was this translation helpful? Give feedback.
All reactions