vagrant 파일 예시
자세한 내용은 아래의 링크를 참고함
https://developer.hashicorp.com/vagrant/docs/vagrantfile/version
Configuration Version - Vagrantfile | Vagrant | HashiCorp Developer
Configuration versions are the mechanism by which Vagrant 1.1+ is able to remain backwards compatible with Vagrant 1.0.x Vagrantfiles, while introducing dramatically new features and configuration options.
developer.hashicorp.com
https://friendsofvagrant.github.io/v1/docs/config/vm/define.html
Vagrant - Documentation - Vagrantfile - config.vm.define
config.vm.define Configuration key: config.vm.define This is used to define a VM in a multi-VM environment. Please see the multi-VM documentation to learn more about multi-VMs. The rest of the documentation for this configuration directive will assume basi
friendsofvagrant.github.io
https://developer.hashicorp.com/vagrant/docs/vagrantfile/machine_settings
config.vm - Vagrantfile | Vagrant | HashiCorp Developer
The settings within "config.vm" modify the configuration of the machine that Vagrant manages.
developer.hashicorp.com
'ops > other' 카테고리의 다른 글
[Other] React - eslint 관련 에러 발생시 해결법 (0) | 2024.05.25 |
---|---|
[Other] puttygen - .pem 키를 .ppk 키로 만들기 (0) | 2024.05.23 |
[Other] vagrant - synced_folder (0) | 2024.05.20 |
[Other] vagrant - (0) | 2024.05.19 |
[Other] vagrant - Vagrant:* Unknown configuration section 'hostmanager'. (0) | 2024.05.19 |