alpine /alpine64 Vagrant box. How to use this box with Vagrant: Vagrantfile. Vagrant.configure("2") do |config| config.vm.box = "alpine/alpine64" end ...
確定! 回上一頁