How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "josanescod/alpine38"
config.vm.box_version = "1.0.0"
end
vagrant init josanescod/alpine38 \
--box-version 1.0.0
vagrant up
This version was created 10 months ago.
Alpine Linux 3.8.5, python 3.6.9, iptables 1.6.2, default policy to accept, all forwarding. Can be used with Ansible and as a simple router.