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

Add devcontainers for Linux #257

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Add devcontainers for Linux #257

merged 1 commit into from
Oct 4, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:
Linux is the most important deployment OS, but a significant amount of development takes place on Windows and MacOS. Devcontainers allow developers to quickly spin up a Docker container, to run their IDE inside a native Linux environment. This is helpful for debugging and testing.
Intellij IDEA Ultimate and Visual Studio Code both have support for devcontainers.

Modifications:
Add devcontainer spec file for ubuntu

Result:
It's now possible to run an IDE in a Linux devcontainer environment on Windows and MacOS.

Motivation:
Linux is the most important deployment OS, but a significant amount of
development takes place on Windows and MacOS. Devcontainers allow
developers to quickly spin up a Docker container, to run their IDE
inside a native Linux environment. This is helpful for debugging and
testing.
Intellij IDEA Ultimate and Visual Studio Code both have support for
devcontainers.

Modifications:
Add devcontainer spec file for ubuntu

Result:
It's now possible to run an IDE in a Linux devcontainer environment on
Windows and MacOS.
@normanmaurer normanmaurer added this to the 0.0.26.Final milestone Oct 4, 2024
Copy link
Contributor

@franz1981 franz1981 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one!

@normanmaurer normanmaurer merged commit 0e9c440 into main Oct 4, 2024
7 of 8 checks passed
@normanmaurer normanmaurer deleted the devcontainer branch October 4, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants