"Vagrant"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
잔글
잔글
2번째 줄: 2번째 줄:
  
 
*홈페이지 : [http://vagrantup.com http://vagrantup.com]
 
*홈페이지 : [http://vagrantup.com http://vagrantup.com]
*다운로드 : 
+
*다운로드 : https://www.vagrantup.com/downloads.html
**http://files.vagrantup.com/
+
**[http://files.vagrantup.com/ http://files.vagrantup.com/]
**http://vagrantbox.es/
+
**[http://vagrantbox.es/ http://vagrantbox.es/]
 
*라이선스 : Mit License
 
*라이선스 : Mit License
 
*플랫폼 : Ruby
 
*플랫폼 : Ruby

2015년 7월 29일 (수) 11:22 판

간소화된 VM 관리 서비스인 vagrant를 정리 합니다.

Vagrant 개요

Vagrant 용어

Box : 기본 설정을 가진 VM Template Image


VM 생성

vagrant box add <name> <image>

-   ~/.vagrant.d/box/

mkdir project

cd project

vagrant init <name>

vagrant up

vagrant ssh

참고문헌