Skip to content

Commit

Permalink
Adding landing page for developer tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoMarks committed Aug 23, 2016
1 parent 8eb6baf commit a97ab47
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ This repo contains [Docker](https://docker.com) labs and tutorials authored both
#### Docker tutorials:
* [Docker for beginners] (beginner/readme.md)
* [Docker Swarm Mode](swarm-mode/README.md)
* [Configuring developer tools](developer-tools/README.md)
* [Docker for ASP.NET and Windows containers](windows/readme.md)
* [Docker for Java Developers](java/readme.adoc)
* [Dockerize a simple Node.js app](nodejs/porting/README.md)
* [Building a 12 Factor app with Docker](12factor/README.md)



#### Community tutorials
* [Docker Tutorials from the Community](https://github.com/docker/community/blob/master/tutorials/docker-tutorials.md) - links to a different repository
* [Advanced Docker orchestration workshop] (https://github.com/docker/labs/tree/master/Docker-Orchestration) - links to a different repository
Expand Down
12 changes: 12 additions & 0 deletions developer-tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Developer Tools Tutorials

This directory contains tutorials on how to set-up and use common developer tools with Docker. We encourage you to [contribute](../contribute.md) your own tutorials here.

## IDEs

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.

### Java Developer Tools
+ Eclipse
+ IntelliJ
+ Netbeans

0 comments on commit a97ab47

Please sign in to comment.