-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Docker is not running" when using Orbstack #258
Comments
The plugin is running |
But anyway, here's
And here's
You only care about How about just using
|
This is the related code...
ddev-intellij-plugin/src/main/java/de/php_perfect/intellij/ddev/cmd/DockerImpl.java Lines 7 to 19 in 8f40fd5
|
@rfay, sadly I am not allowed to install orbstack on my business MacBook, so I can't reproduce this issue. |
I'll be happy to give you access to a test runner that has orbstack and maybe you can fiddle with it? |
I can't confirm this issue with the current versions. The DDEV status is detected correctly for me, and the PHP remote interpreter works as well. OrbStack 1.7.0 (17311)
ddev version
docker compose v2.27.3 |
I'm unable to confirm. Closing unless we see it again someday. I suppose that this was probably related to the docker context selected. |
Is there an existing issue for this?
Are you sure that this bug is related to this DDEV Integration Plugin?
Enter your error report ID (If available)
No response
Describe the bug
I brought up PhpStorm for some testing. I'm using OrbStack, which is a fantastic drop-in replacement for Docker Desktop.
To connect to orbstack you use
docker context use orbstack
typically. You can switch between various docker contexts and DDEV works great with it. But perhaps the extension isn't using the context?In the situation shown here, DDEV and Orbstack are both working perfectly. Even the
default
context (docker context use default) works perfectlySteps to reproduce
Use OrbStack.
Try the extension
Additional context
No response
The text was updated successfully, but these errors were encountered: