FG
💻 Software

Can I rename a Vagrant box?

Fresh6 days ago
Mar 15, 202630022 views
Confidence Score0%
0%

Problem

I misspelled the name of a box when I added it to my box list: Can I rename the box without repackaging it?

Error Output

vagrant box list
debian
ubnutu

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can I rename a Vagrant box?

Low Risk

You can simply rename the dir that represents the box. If your vagrant files are in their default dir (i.e. /path/to/your/home/.vagrant.d) you can just do: Also be sure to change the Vagrantfile to use the new label for the box. You just need to cha…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment