Skip to content
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

[FEATURE REQUEST] Adding a Dev Container #55

Open
PSFW opened this issue Jul 23, 2024 · 0 comments
Open

[FEATURE REQUEST] Adding a Dev Container #55

PSFW opened this issue Jul 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@PSFW
Copy link

PSFW commented Jul 23, 2024

Is your feature request related to a problem? Please describe.
I've been struggling to get this setup locally, so as I have been going I've also been crafting a Dockerfile for this.

Describe the solution you'd like
I'd like to share this Dockerfile in the form of a Dev Container, so that others are able to get this setup to run and collaborate quickly.
Dev Containers are an open standard, they are currently supported by Github Codespaces, Visual Studio Code, Visual Studio (for C++), and IntelliJ. The advantage over just sharing the Dockerfile is that a development server is automatically spun up within the container itself, so you can run and debug with the IDE as if it is running within the Container itself. What will be created is a Dockerfile and a devcontainer.json file.
I didn't want to open a random PR, I wanted to request here to see if there would be interest and if it is welcome.

@PSFW PSFW added the enhancement New feature or request label Jul 23, 2024
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