vagrant: update init ubuntu example (#7682)

feature/windows-fix-syntax-2
Mateusz Konieczny 2022-01-19 15:08:03 +01:00 committed by GitHub
parent 3762d44bb2
commit 51bad90afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
`vagrant init`
- Create Vagrantfile with the Ubuntu 14.04 (Trusty Tahr) box from HashiCorp Atlas:
- Create Vagrantfile with the Ubuntu 20.04 (Focal Fossa) box from HashiCorp Atlas:
`vagrant init ubuntu/trusty32`
`vagrant init ubuntu/focal64`
- Start and provision the vagrant environment: