orbstack / orbstack

Fast, light, simple Docker containers & Linux machines for macOS

Home Page:https://orbstack.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal and Debug button both open the Debug Shell

mariofischer opened this issue · comments

Describe the bug

Using OrbStack 1.5.1 on Mac. When clicking on "Terminal" in the right UI pane the Orb Stack Debug Shell opens.

To Reproduce

  1. Start a Container
  2. Click on the Container in the UI
  3. Click on "Terminal" in the right pane

Expected behavior

A "normal" shell opens, not the debug shell.

Diagnostic report (REQUIRED)

n/a

Screenshots and additional context (optional)

No response

Intended behavior. They're only different for non-Pro users. What use case do you have that actually requires a non-Debug Shell terminal?

The problem we had is the confusion about file/directory ownership (I wrote this in an email to you yesterday): The debug shell does not show the correct file owners for volumes bind mounted by MacOS.
Since – as you wrote – this is expected behaviour I thought it might be helpful to have one button for the Standard-Terminal and one button for the Debug shell.

I replied to your email and explained that the file owner behavior you saw is not related to Debug Shell.

Yes, I understood. For us it would've been helpful to have a Terminal button which opens bash in the container. But not a big deal, thanks for the quick reply.