Vagrant.configure("2") do |config| config.vm.box = "rapid7/metasploitable3-ub1404" config.vm.box_version = "0.1.12-weekly" end ...
確定! 回上一頁