netty / netty-incubator-transport-io_uring

Apache License 2.0
193 stars 38 forks source link

Add devcontainers for Linux #257

Closed normanmaurer closed 2 weeks ago

normanmaurer commented 2 weeks ago

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.