mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-28 21:38:41 +00:00
Merge pull request #581 from Amitie10g/patch-1
Add instructions to install "vagrant-disksize" plug-in
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