We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33775f commit d42cee2Copy full SHA for d42cee2
1 file changed
Vagrantfile
@@ -1,9 +1,9 @@
1
Vagrant.configure("2") do |config|
2
config.vm.box = "precise64"
3
4
- # This is a preloaded Deis Ubuntu 12.04 Precise box. It's about 1GB
5
- #config.vm.box_url = "https://s3-us-west-2.amazonaws.com/opdemand/deis-node.box"
6
-
+ # Ubuntu 12.04.3 LTS base with 3.8 kernel (ready for Docker)
+ config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/ubuntu-12.04.3-amd64-vbox.box"
+
7
# Avahi-daemon will broadcast the server's address as deis-controller.local
8
config.vm.host_name = "deis-controller"
9
0 commit comments