orbstack / orbstack

Fast, light, simple Docker containers & Linux machines

Home Page:https://orbstack.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow naming machines in `create`

baschny opened this issue · comments

I would love to be able to name my linux machines right at creation time. Currently its named based of its distribution. There is also already a rename command.

Currently I have to do:

orb create debian:bookworm
orb rename debian bookworm
orb create debian:trixie
orb rename debian trixie

Would be nice to be able to do:

orb create -n bookworm debian:bookworm
orb create -n trixie debian:trixie

orb create distro name

🤦 thx!