1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

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.
This commit is contained in:
Davod
2021-04-02 02:31:58 +02:00
committed by GitHub
parent 2122db3585
commit 36a5fe598c

View File

@@ -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. 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 up
vagrant ssh vagrant ssh
cd /vagrant cd /vagrant