We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ad6e9 commit 9a221efCopy full SHA for 9a221ef
README.md
@@ -25,7 +25,7 @@ That's it.
25
After the installation has finished, you can access the virtual machine with
26
27
host $ vagrant ssh
28
- Welcome to Ubuntu 16.10 (GNU/Linux 4.8.0-26-generic x86_64)
+ Welcome to Ubuntu 17.04 (GNU/Linux 4.10.0-21-generic x86_64)
29
...
30
ubuntu@rails-dev-box:~$
31
Vagrantfile
@@ -1,7 +1,7 @@
1
# -*- mode: ruby -*-
2
# vi: set ft=ruby :
3
Vagrant.configure('2') do |config|
4
- config.vm.box = 'ubuntu/yakkety64' # 16.10
+ config.vm.box = 'ubuntu/zesty64' # 17.04
5
config.vm.hostname = 'rails-dev-box'
6
7
config.vm.network :forwarded_port, guest: 3000, host: 3000
0 commit comments