Answers for "default: Box 'hashicorp/bionic64' could not be found. Attempting to find and install"

0

default: Box 'hashicorp/bionic64' could not be found. Attempting to find and install

Vagrant.configure("2") do |config|
  config.vm.box = "ubuntu/trusty64"
end
Posted by: Guest on January-17-2022

Code answers related to "default: Box 'hashicorp/bionic64' could not be found. Attempting to find and install"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language