Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 165 Bytes

create_box.md

File metadata and controls

9 lines (8 loc) · 165 Bytes

BOXの作成

vagrant package --base Ubuntu-server
vagrant box add --name ubuntu-base package.box
vagrant box list
vagrant init ubuntu-base
vagrant up