How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "akc/ubuntu20.04.4"
config.vm.box_version = "1.0.0"
end
vagrant init akc/ubuntu20.04.4 \
--box-version 1.0.0
vagrant up
This version was created 6 months ago.
Another Korean Cloud
Bug fix complete
==> default: Machine booted and ready!
==> default: Configuring network adapters within the VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
/sbin/ip -o -0 addr | grep -v LOOPBACK | awk '{print $2}' | sed 's/://'
Stdout from the command:
Stderr from the command: