Bump vagrant version and update README (#1321)

Update to the latest vagrant release and adjust README to align for
latest changes for the docker container.
This commit is contained in:
Darragh Bailey 2021-07-01 10:53:50 +01:00 committed by GitHub
parent 1f51841678
commit 4feb0424cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.0-experimental
ARG VAGRANT_VERSION=2.2.10
ARG VAGRANT_VERSION=2.2.16
FROM ubuntu:bionic as base

View File

@ -114,11 +114,19 @@ Note the default image contains the full toolchain required to build and install
and it's dependencies. There is also a smaller image published with the `-slim` suffix if you
just need vagrant-libvirt and don't need to install any additional plugins for your environment.
To get the image:
To get the image with the most recent release:
```bash
docker pull vagrantlibvirt/vagrant-libvirt:latest
```
---
**Note** If you want the very latest code you can use the `edge` tag instead.
```bash
docker pull vagrantlibvirt/vagrant-libvirt:edge
```
---
Preparing the docker run, only once:
```bash