Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leoviana00/environment-virtualbox-win10
Criar uma VM Windows 10 com vagrant e virtualbox
https://github.com/leoviana00/environment-virtualbox-win10
vagrant virtualbox windows-10
Last synced: about 1 month ago
JSON representation
Criar uma VM Windows 10 com vagrant e virtualbox
- Host: GitHub
- URL: https://github.com/leoviana00/environment-virtualbox-win10
- Owner: leoviana00
- Created: 2022-10-25T21:30:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T22:10:36.000Z (about 2 years ago)
- Last Synced: 2023-03-08T16:33:22.995Z (almost 2 years ago)
- Topics: vagrant, virtualbox, windows-10
- Language: PowerShell
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
DevOps - Windows 10 com Vagrant e Virtualbox
Projeto |
Tecnologias |
Etapas |
Licença |
Referências
## 🌱 Projeto
- Ambiente Windows 10 com `virtualbox` e `vagrant`
## ✨ Tecnologias
- Vagrant
- Virtualbox
- Windows 10## 🚀 Etapas
- Pré-requisitos: `vagrant` e `virtualbox`
- Criar `Vagrantfile`
- Plugins Winrm: `winrm `, `winrm-fs` e `winrm-elevated````bash
$ vagrant plugin install winrm
$ vagrant plugin install winrm-fs
$ vagrant plugin install winrm-elevated
```- Plugin Reload: `vagrant-reload`
```bash
vagrant plugin install vagrant-reload
```- Subir VM
```bash
vagrant up
```- Parar VM
```bash
vagrant halt
```- Desligar VM
```bash
vagrant destroy -f
```## 📄 Licença
- Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
## 🙇 Referências
- https://dev.to/sannae/setting-up-windows-virtual-test-environments-with-vagrant-4k1b
- https://developer.hashicorp.com/vagrant/docs/vagrantfile/machine_settings
- https://developer.hashicorp.com/vagrant/docs/providers/virtualbox/configuration
- https://gist.github.com/landonb/f1639d9a2c9a764831bde51f48ea05f4## Test Net Connection
- nc -z -w1 5986;echo $?