- Vagrant: Vagrant is required as this is used to provision the machine based on the Vagrantfile.
- At least 4GB of free RAM.
- Vagrant will require plugins to create VirtualBox VMs. Install them with the following commands:
vagrant plugin install vagrant-vbguest
Clone to a folder using
git clone https://github.com/rancher/quickstart
.Optional: Edit
config.yaml
to:- Change the password of the
admin
user for logging into Rancher. (default_password
)
- Change the password of the
To initiate the creation of the environment run, .
Once provisioning finishes, go to
https://172.22.101.101
in the browser. The default user/password isadmin/admin
.
What’s Next?
Use Rancher to create a deployment. For more information, see .
From the
quickstart/vagrant
folder executevagrant destroy -f
.Wait for the confirmation that all resources have been destroyed.