OrbStack
Shell & run
| Command | Use |
|---|---|
| orb | Open a shell in the default machine |
| orb uname -a orb -m my-machine uname -a | Run one command in Linux |
Machines
| Command | Use |
|---|---|
| orb list | List machines |
| orb create ubuntu my-machine | Create a machine |
Files
| Command | Use |
|---|---|
| orb push ~/bar.txt orb push -m my-machine ~/bar.txt /home/my-user/code/ | Push a file into Linux |
| orb pull ~/foo.txt | Pull a file back from Linux |