I am using IntelliJ's docker plugin and wandered why I could not see those images inside my Docker Desktop. I just noticed that it connects it's docker demon to the default context whereas Docker Desktop connects to its own "desktop-linux" context (idk if I just used the correct terminology there)... I'm trying to understand what's going on and if I should set them to the same context.
#Separate docker context on Linux (Ubuntu)
1 messages · Page 1 of 1 (latest)
<@&987246527741304832> please have a look, thanks.
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
I am using IntelliJ's docker plugin and wandered why I could not see those images inside my Docker Desktop. I just noticed that it connects it's docker demon to the default context whereas Docker Desktop connects to its own "desktop-linux" context (idk if
Have you tried checking the Docker daemon configuration on your Ubuntu machine to ensure it is running and accessible? You can do this by running the command sudo systemctl status docker to check the status of the Docker service. If it is not running, you can start it using sudo systemctl start docker.
Additionally, make sure that your IntelliJ's docker plugin is configured to connect to the correct Docker daemon on your Ubuntu machine. You can do this by going to Settings -> Build, Execution, Deployment -> Docker and specifying the correct connection settings.
Once you have confirmed that the Docker daemon is running and IntelliJ is connected to it properly, you should be able to see the images inside Docker Desktop. If you are still experiencing issues, try restarting both IntelliJ and Docker Desktop to see if that resolves the problem.
If you continue to encounter difficulties, consider reaching out for further assistance from the Java Q&A Discord server or consulting documentation specific to IntelliJ's docker plugin for troubleshooting tips.
- AI generated response
/chatgpt yes it's running properly but I am just wondering if I should e.g. change the intellij settings "connect to docker daemon with:" fromdefault: unix:///var/run/docker.sock to the desktop-linux