I'm having troubles with connecting my docker compose with intelliJ. I am using Docker toolbox. I have the docker-compose.exe file downloaded and in the folder of Docker Toolbox. However, I cannot seem to get everything connected.
When I go to the "Docker"-tab of the settings, I get the following.
I am using the "Docker Machine" because on the Docker site it is said to use that.
Make sure the Docker plugin is installed and enabled To enable Docker support in IntelliJ IDEA Community Edition or IntelliJ IDEA Edu, install the Docker plugin from the Marketplace. Press Ctrl+Alt+S to open the IDE settings and select Plugins. Find the Docker plugin and make sure it is installed and enabled.
To allow connections to Docker Engine running in a remote operating system, you need to configure docker to listen to TCP 2376 port and allow it to be accessed from the machine that runs the Wazi Proxy Service. Note: For below situations, the exposed port needs to be allowed in the Windows Firewall.
It depends on your host, but look for /etc/default/docker or /var/lib/boot2docker/profile (for Docker Machine hosts using a boot2docker VM). Then get the IP address of the machine hosting your Docker daemon. (With a Docker Machine created host, that would be: docker-machine ip <yourmachine> .)
Through the highlighted Docker Machine path error, I guess you don't have Docker Machine installed.
You should then switch to TCP Socket connection to connect to docker daemon:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With