Vagrant
Vagrant is free and open-source software for creating and configuring virtual development environments. It can be seen as a wrapper around virtualization software such as VirtualBox, KVM, VMware and around configuration management software such as Chef, Salt or Puppet.
Docker vs Vagrant
- [추천] Docker vs. Vagrant
Check out this infographic comparing Vagrant and Docker:
Infographic_docker-vs-vagrant-600px.jpg
- 메인환경에 대한 격리가 필요하고 빠르게 여러 VE 이미지 생성이 필요한 경우 Docker를 추천.
- 테스트 및 디버깅, 다양한 시나리오를 원할 경우 Docker를 추천.
- 가상환경 전체를 분리해야할 경우 Vagrant를 추천.
Simple example
Disable VT-X in Vagrantfile
See also
Favorite site
Preview
- Vagrant와 chef로 개발서버 구축 자동화하기
- [http://www.slideshare.net/kthcorp/h3-2012-vagrant H3 2012: 내컴에선 잘되던데? - vagrant로 서버와 동일한 개발환경 꾸미기