#Developer Tools Tutorials
This directory contains tutorials on how to set-up and use common developer tools with Docker. We encourage you to contribute your own tutorials here.
With the introduction of Docker for Mac and Docker for Windows, developers on those platforms got to use a feature that developers on Docker for Linux had all along: in-container development. With improvements in volume management, Docker is able to detect when code in a volume changes, and update the code in the container. That means you get features like live debugging in a running container, without having to rebuild the container.
- Eclipse
- IntelliJ
- Netbeans