mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 20:38:58 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user