

what sort error messages you’re seeing, a more detailed description of your setup, etc? You might start with: Vagrant boxes should persist naturally.Ĭan you give us a few more details, i.e. => ubuntu: Running provisioner: shell.There must be something amiss, because the behavior you’re describing certainly isn’t intended. Ubuntu: /vagrant => /user1/vagrantzone/ubuntu => ubuntu: Configuring and enabling network interfaces. => ubuntu: Checking for guest additions in VM. Ubuntu: Key inserted! Disconnecting and reconnecting using new SSH key. Ubuntu: Removing insecure key from the guest if it's present. Ubuntu: Inserting generated public key within guest. Ubuntu: this with a newly generated keypair for better security. => ubuntu: Running 'pre-boot' VM customizations. => ubuntu: Preparing network interfaces based on configuration. => ubuntu: Clearing any previously set network interfaces.

=> ubuntu: Setting the name of the VM: ubuntu => ubuntu: Checking if box 'ubuntu/focal64' version '20211026.0.0' is up to date. => ubuntu: Matching MAC address for NAT networking. => ubuntu: Importing base box 'ubuntu/focal64'. The vagrant binary provides various options to manage vagrant box operations.īringing machine 'ubuntu' up with 'virtualbox' provider. We would build a local vagrant environment and then package it as a custom box. I would be using “virtualbox” as the provider. We have various options to choose as a provider – VirtualBox, Hyper-V, Docker and VMware. Need to have one or more providers configured in the local environment.Access to vagrant public box catalog to fetch base os box to build vagrant environment.

