You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Creating a new virtual machine



DockerFile

> mkdir vm
> cd vm
> vagrant init
 
 
We need to edit the Vagrantfile and set:
    config.vm.box = "ubuntu/trusty64"
 
 
> vagrant up

That's it!

Now just vagrant ssh and you all set.




  • No labels