Skip to content

Commit

Permalink
Add instructions to install "vagrant-disksize" plug-in
Browse files Browse the repository at this point in the history
Add instructions to install "vagrant-disksize" plug-in in order to avoid "Unknown configuration section 'disksize'." error in Vagrantfile.
  • Loading branch information
amitie10g authored Apr 2, 2021
1 parent 2122db3 commit 36a5fe5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36a5fe5

Please sign in to comment.