1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-28 13:28:10 +00:00

Merge pull request #581 from Amitie10g/patch-1

Add instructions to install "vagrant-disksize" plug-in
This commit is contained in:
Travis Rowland
2021-05-05 14:33:24 -07:00
committed by GitHub

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