Creating a new virtual machine
DockerFile
| Docker File |
|---|
> mkdir vm> cd vm> vagrant initWe 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.
DockerFile
| Docker File |
|---|
> mkdir vm> cd vm> vagrant initWe 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.