Skip to content

Commit 2f1925f

Browse files
author
Mano Marks
authored
Update README.md
1 parent ffb7622 commit 2f1925f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This directory contains tutorials on how to set-up and use common developer tool
66

77
With the introduction of [Docker for Mac](https://www.docker.com/products/docker#/mac) and [Docker for Windows](https://www.docker.com/products/docker#/windows), developers on those platforms got to use a feature that developers on [Docker for Linux](https://www.docker.com/products/docker#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.
88

9-
### [Java Developer Tools](https://github.com/docker/labs/tree/master/developer-tools) including:
9+
### [Java Developer Tools](https://github.com/docker/labs/tree/master/developer-tools/java-debugging) including:
1010
+ Eclipse
1111
+ IntelliJ
1212
+ Netbeans

0 commit comments

Comments
 (0)