Skip to content

Integrate support for dev containers #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kieran-ryan opened this issue Jul 18, 2023 · 0 comments
Open

Integrate support for dev containers #29

kieran-ryan opened this issue Jul 18, 2023 · 0 comments
Labels
⚡ enhancement New feature or request

Comments

@kieran-ryan
Copy link
Owner

From the GitHub documentation:

Development containers, or dev containers, are Docker containers that are specifically configured to provide a fully featured development environment. Whenever you work in a codespace, you are using a dev container on a virtual machine.

Currently the template, and packages created from it; are using the default devcontainer when a GitHub codespace is opened; and thus install the project dependencies and VSCode setup when they start using that space. To define the container in which to develop a project, and also to be able to do that locally, we can defined a devcontainer configuration. This can then be utilised to configured codespace initialisation and for local development - saving valuable time that could be spent developing and also reducing environment-related issues from developing in non-configured, non-isolated local environments.

@kieran-ryan kieran-ryan added the ⚡ enhancement New feature or request label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant