How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "xeptore/alpine315-docker"
config.vm.box_version = "20220108.12.53"
end
vagrant init xeptore/alpine315-docker \
--box-version 20220108.12.53
vagrant up
This version was created over 2 years ago.
Automated build at 2022-01-08 12:53:41+00:00
Project is hosted on GitHub at: https://github.com/game-sales-analytics/vagrant-alpine315-docker/