I found some online tutorial is using vagrant init hashicorp/bionic64
or vagrant init hashicorp/precise64
to initialize Vagrant.
I only found these info about these two boxes:
So
What is the real difference between hashicorp/precise64
and hashicorp/bionic64
?
Thanks!
The Ubuntu operating system uses alliterative animal names for each of its major releases. "Precise Pangolin" is the name for Ubuntu 12.04 and "Bionic Beaver" is the name for Ubuntu 18.04.
hashicorp/precise64 is an Ubuntu 12.04 64-bit operating system, and hashicorp/bionic64 is an Ubuntu 18.04 64-bit operating system.