본문 바로가기

vagrant4

linux에 vagrant 설치하기 wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpgecho "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(grep -oP '(?sudo apt update && sudo apt install vagranthttps://developer.hashicorp.com/vagrant/install#linux Install | Vagrant | Hash.. 2025. 12. 21.
[Other] vagrant - vagrantfile vagrant 파일 예시       자세한 내용은 아래의 링크를 참고함    https://developer.hashicorp.com/vagrant/docs/vagrantfile/version Configuration Version - Vagrantfile | Vagrant | HashiCorp DeveloperConfiguration 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.hashicor.. 2024. 5. 20.
[Other] vagrant - synced_folder https://developer.hashicorp.com/vagrant/docs/synced-folders/basic_usage Basic Usage - Synced Folders | Vagrant | HashiCorp DeveloperSynced folders are configured within your Vagrantfile using the "config.vm.synced_folder" method.developer.hashicorp.com 2024. 5. 20.
[Other] vagrant - Vagrant:* Unknown configuration section 'hostmanager'. http://garmoncheg.blogspot.com/2017/06/vagrant-newbie-error-unknown.html Vagrant error: * Unknown configuration section 'hostmanager'.Sometimes you get a vagrant environment or boilerplate with a Vagrantfile config in there and do a vagrant up command. And see some errors....garmoncheg.blogspot.com  자세한 사항은 위의 글을 참고    vagrant로 프로비저님을 하던중에 에러가 발생했다.    코드가 잘못된지 알았지만 해결되지 않는다.   vagrant plugin in.. 2024. 5. 19.