Merge pull request #8552 from robby-nzta/patch-1

Update the box list link
This commit is contained in:
Loz Calver 2018-10-30 17:58:14 +01:00 committed by GitHub
commit 50dfe3ff27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ Look for the line which describes the box you are going to use:
config.vm.box = "base"
```
This defines what pre-built Operating System the vagrant machine will be using. We'll be changing `base` to something closer to what wed like, perhaps similar to your production server, you can find a range of boxes [listed here](https://atlas.hashicorp.com/search)
This defines what pre-built Operating System the vagrant machine will be using. We'll be changing `base` to something closer to what wed like, perhaps similar to your production server, you can find a range of boxes [listed here](https://app.vagrantup.com/boxes/search)
We've chosen to use `RHEL7.0`, but you can easily change it to suit your needs.
```ruby