Skip to content

Multi-user support #244

@germancasares

Description

@germancasares

Describe the bug
I can work normally with Orbstack if I boot up the computer and login with a user.
But If I try to use Orbstack in a different user, that user won't be able to run docker containers.

To Reproduce
Steps to reproduce the behavior:

  1. Login with a user
  2. Start Orbstack
  3. Switch users
  4. Try to start Orbstack
  5. docker ps and other commands don't work.

Killing the process and restarting Orbstack solves the issue.

sudo lsof -i :42507
kill -9

Expected behavior
Switching users lets me keep using docker containers

Screenshots

Logs

time="05-04 16:36:38" level=fatal msg="host forward failed" error="listen tcp4 127.0.0.1:42507: bind: address already in use" spec="{tcp:127.0.0.1:42507 tcp:8000}"

Info report

OrbStack info:
  Version: 0.8.1 (80100)
  Commit: 98ca0999c97f88203837e17b66314aa571fe9476 (v0.8.1)

System info:
  macOS: 13.3.1 (22E261)
  CPU: amd64, 12 cores
  CPU model: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions