docker / labs

This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Apache License 2.0
11.54k stars 5.3k forks source link

IntelliJ IDEA Docker plugin supports Docker for Mac #362

Open leonsabr opened 7 years ago

leonsabr commented 7 years ago

Which lab is it that you're having issues with? Docker for Java Developers, chapter "Docker and IntelliJ IDEA" https://github.com/docker/labs/blob/master/developer-tools/java/chapters/ch07-intellij.adoc

Description Lab states IntelliJ only supports configuring Docker Engine running using Docker Toolbox. This means that if you are running Docker for Mac or Docker for Windows then IntelliJ cannot be used.

IntelliJ IDEA 2017.2 Help says that Docker for Mac is supported. And I managed to completely finish the chapter with Docker for Mac.

Output of docker version:

$ docker version
Client:
 Version:      17.09.0-ce
 API version:  1.32
 Go version:   go1.8.3
 Git commit:   afdb6d4
 Built:        Tue Sep 26 22:40:09 2017
 OS/Arch:      darwin/amd64

Server:
 Version:      17.09.0-ce
 API version:  1.32 (minimum version 1.12)
 Go version:   go1.8.3
 Git commit:   afdb6d4
 Built:        Tue Sep 26 22:45:38 2017
 OS/Arch:      linux/amd64
 Experimental: true
arun-gupta commented 7 years ago

IntelliJ does have support for Docker for Mac now and so the workshop should be updated, will do!

tiffanyfay commented 7 years ago

@leonsabr Did you have to do anything special to make it work (I've only tried it on Windows which works with TCP) ? Did you use unix or tcp? Thanks!