You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- *Docker Explorer*: a tree view listing all connected Docker instances, with image and containers.
43
41
- *Docker Images*: a table view listing containers for selected Docker connection.
44
42
- *Docker Containers*: a table view listing containers for selected Docker connection
45
43
46
-
Click on the text in Docker Explorer to create a new connection. If you are on Mac, you are likely using Docker Toolbox (or Docker Machine) to setup Docker Host.
44
+
Click on the text in Docker Explorer to create a new connection. If you are on Mac/Windows, you are likely using Docker for Mac/Windows or Docker Toolbox to setup Docker Host. Eclipse allows to configure Docker Engine using both Docker for Mac/Windows and Docker Toolbox.
45
+
46
+
If you are using Docker for Mac/Windows, then the default values are shown:
47
+
48
+
image::docker-eclipse-docker-connection.png[]
49
+
50
+
Click on "`Test Connection`" to test the connection.
The exact value of TCP Connection can be found using `docker-machine ls` command. The path for authentication is the directory name where certificates for your Docker Machine, `couchbase` in this case, are stored.
53
59
54
-
Click on "`Finish`" to complete the configuration.
60
+
Click on "`Test Connection`" to make sure the connection is successfully configured.
55
61
56
-
Click on Test Connection to make sure the connection is successfully configured.
Copy file name to clipboardExpand all lines: developer-tools/java/chapters/ch07-intellij.adoc
+3-1
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@ This chapter will show you basic Docker tooling with IntelliJ IDEA:
9
9
- Run, stop, delete a Container
10
10
- Build an Image
11
11
12
+
NOTE: 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.
13
+
12
14
=== Install Docker Plugin in IDEA
13
15
14
-
Go to `"Preferences"`, "`Plugins`", "`Install JetBrains plugin...`", search on "`docker`" and click on "`Install`"
16
+
Go to "`Preferences`", "`Plugins`", "`Install JetBrains plugin...`", search on "`docker`" and click on "`Install`"
Copy file name to clipboardExpand all lines: developer-tools/java/chapters/ch07-netbeans.adoc
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ This chapter will show you basic Docker tooling with NetBeans:
8
8
- Pull/Build Docker images
9
9
- Run/Start/Stop Docker containers
10
10
11
+
NOTE: NetBeans only supports configuring Docker Engine running using Docker Toolbox. This means that if you are running Docker for Mac or Docker for Windows then NetBeans cannot be used.
12
+
11
13
=== Configure Docker Host
12
14
13
15
In "`Services`" window, right-click on "`Docker`", click on "`Add Docker...`"
0 commit comments