Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

DevOps - Windows 10 com Vagrant e Virtualbox


Windows
License


Projeto   |   
Tecnologias   |   
Etapas   |   
Licença   |   
Referências


Windows

## 🌱 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 $?