{"id":22868426,"url":"https://github.com/xpdojo/vagrant","last_synced_at":"2025-03-31T10:50:39.366Z","repository":{"id":138406729,"uuid":"528916242","full_name":"xpdojo/vagrant","owner":"xpdojo","description":"Vagrant 도장","archived":false,"fork":false,"pushed_at":"2022-09-12T13:03:48.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T15:53:25.220Z","etag":null,"topics":["hyper-v","vagrant","vagrantfile","virtual-machine","virtualbox","virtualization","vm"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xpdojo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-25T15:42:47.000Z","updated_at":"2022-09-10T16:07:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"630052c9-3feb-4aa2-a3b2-4c586b0cb0fa","html_url":"https://github.com/xpdojo/vagrant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpdojo%2Fvagrant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpdojo%2Fvagrant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpdojo%2Fvagrant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xpdojo%2Fvagrant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xpdojo","download_url":"https://codeload.github.com/xpdojo/vagrant/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458022,"owners_count":20780675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hyper-v","vagrant","vagrantfile","virtual-machine","virtualbox","virtualization","vm"],"created_at":"2024-12-13T12:34:28.741Z","updated_at":"2025-03-31T10:50:39.345Z","avatar_url":"https://github.com/xpdojo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vagrant\n\n- [Vagrant](#vagrant)\n  - [설치](#설치)\n    - [Ubuntu 22.04](#ubuntu-2204)\n    - [Mac OS X](#mac-os-x)\n  - [명령어](#명령어)\n  - [Vagrantfile](#vagrantfile)\n\nVM을 관리하는 오픈소스 도구다.\nHashiCorp에서 만들고 배포한다.\nVirtualBox, Hyper-V, VMware와 같은\n[provider](https://www.vagrantup.com/docs/providers)\n가 별도로 필요하다.\n\n## 설치\n\n- [Installing Vagrant](https://www.vagrantup.com/docs/v2.3.0/installation)\n- [Download Vagrant](https://www.vagrantup.com/downloads)\n\n### Ubuntu 22.04\n\n```sh\nsudo apt install -y virtualbox\n```\n\n```sh\ncd /tmp\nwget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg\necho \"deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main\" | sudo tee /etc/apt/sources.list.d/hashicorp.list\nsudo apt update\nsudo apt install vagrant\nvagrant --version\n```\n\n### Mac OS X\n\n```sh\nbrew install vagrant\n```\n\n## 명령어\n\n| command         | description        |\n| --------------- | ------------------ |\n| vagrant init    | Vagrantfile 생성   |\n| vagrant up      | VM 생성 및 실행    |\n| vagrant status  | VM 상태 확인       |\n| vagrant destroy | VM 멈춤 및 제거    |\n| vagrant halt    | VM 정지            |\n| vagrant suspend | VM 휴면            |\n| vagrant resume  | VM 휴면에서 깨우기 |\n| vagrant reload  | VM 재실행          |\n| vagrant ssh     | VM 접속            |\n\n## Vagrantfile\n\nRuby로 작성하는 Vagrant 설정 파일이다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpdojo%2Fvagrant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxpdojo%2Fvagrant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxpdojo%2Fvagrant/lists"}