From 36a5fe598c2174c3c5d6043a4ac9714824f58eee Mon Sep 17 00:00:00 2001 From: Davod Date: Fri, 2 Apr 2021 02:31:58 +0200 Subject: [PATCH] Add instructions to install "vagrant-disksize" plug-in Add instructions to install "vagrant-disksize" plug-in in order to avoid "Unknown configuration section 'disksize'." error in Vagrantfile. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 00a163278..4bc5a60be 100644 --- a/README.md +++ b/README.md @@ -585,6 +585,12 @@ Clone this repository: Start a virtual machine with Docker in it. You can use the Vagrantfile that we've already provided. +First, install `vagrant-disksize` plug-in: + + vagrant plugin install vagrant-disksize: + +Then, start the virtual machine + vagrant up vagrant ssh cd /vagrant