I misspelled the name of a box when I added it to my box list:
vagrant box list
debian
ubnutu
Can I rename the box without repackaging it?
|
I misspelled the name of a box when I added it to my box list:
Can I rename the box without repackaging it? |
||||
|
|
|
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 change the |
|||
|
|
|
I would do this:
Not the worst to know about these two anyway, since you can frequently update base boxes (e.g. to update the kernal, software and guest editions) to avoid running all these required updates every time you |
|||||||||
|