Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 1.63 KB

orbstack.md

File metadata and controls

92 lines (62 loc) · 1.63 KB

OrbStack

install

brew install orbstack
# run orb to initialize
orb

if you have already installed Docker Desktop...

double check the current docker version.

$ docker version | grep Context
 Context:           orbstack

if the context shows 'Linux/docker', you should manually switch to 'orbstack' context.

docker context use orbstack

Migrate Containers from Docker Desktop

orb migrate docker

change config & restart

~/.orbstack/config/docker.json

orb restart docker

和宿主机互通

  1. orb 开头的命令直接操作容器
    • e.g.
    orb sudo apt-get update
  2. 进入 虚拟机
    orb
  3. 回到宿主机
    mac

ssh

ssh [user-name@]<vm-name>@orb