← Home

OrbStack

Shell & run

CommandUse
orbOpen a shell in the default machine
orb uname -a orb -m my-machine uname -aRun one command in Linux

Machines

CommandUse
orb listList machines
orb create ubuntu my-machineCreate a machine

Files

CommandUse
orb push ~/bar.txt orb push -m my-machine ~/bar.txt /home/my-user/code/Push a file into Linux
orb pull ~/foo.txtPull a file back from Linux