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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user