Daniel Mizyrycki
6d6097cddf
Merge pull request #1813 from doubleyou/patch-1
...
Improve network performance for VirtualBox
2013-10-11 16:23:19 -07:00
Tianon Gravi
d62df6b2b5
Add vagrant user to the docker group
2013-10-11 11:00:04 -06:00
Jonathan Mueller
8f5c33dc1f
Enable SSH Agent forwarding in Vagrant VM, so one is able to clone repos from private git repos etc.
2013-09-25 22:57:04 +02:00
Dmitry Demeshchuk
e5239b9859
Improve network performance for VirtualBox
...
Without those lines, VitrualBox machines are being very slow with all network operations (tested only in OS X Lion, but they are supposed to work everywhere). See https://github.com/mitchellh/vagrant/issues/1807
2013-09-05 21:05:23 -07:00
Daniel Mizyrycki
8878943ac9
deployment, issue #1578 : Avoid pinning kernel headers. Add Vagrantfile assumptions
2013-09-04 14:41:09 -07:00
Jimmy Cuadra
28e75b23b3
Don't install VirtualBox Guest Additions if VAGRANT_DEFAULT_PROVIDER is set.
2013-09-04 11:21:24 -07:00
Daniel Mizyrycki
34145f9840
deployment, issue #1787 : Remove deprecated port forwarding from /Vagrantfile
2013-09-04 10:05:54 -07:00
Daniel Mizyrycki
a0a5170991
Merge pull request #1449 from spkane/honor-ENV-VAGRANT_DEFAULT_PROVIDER
...
Assume that if VAGRANT_DEFAULT_PROVIDER is set we shouldn't install vbox tools
2013-09-03 17:38:03 -07:00
Daniel Mizyrycki
91ee679549
pr #1718 : Fetch docker gpg over https
2013-09-03 17:14:49 -07:00
Markus Fix
52fe452497
Changed docker apt repo URI from https to http because the http driver for apt is not installed by default
2013-09-03 17:10:03 -07:00
Shih-Yuan Lee (FourDollars)
6c206f7d78
Install Ubuntu raring backported kernel from official archives directly.
2013-08-30 14:12:13 +08:00
Kawsar Saiyeed
1f85ed6825
Update Vagrantfile to use docker apt repository
2013-08-24 16:49:55 +01:00
Sean P. Kane
0e21de9a25
Assume that if VAGRANT_DEFAULT_PROVIDER is set we shouldn't install vbox tools
2013-08-07 09:38:49 -07:00
Manuel Meurer
b9149f45bf
Fix indentation in Vagrantfile
2013-08-06 15:21:26 +02:00
Jonathan Rudenberg
07fee44559
Revert "Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304"
...
This reverts commit bdc79ac8b2
.
2013-08-02 19:18:02 -03:00
Jonathan Rudenberg
bdc79ac8b2
Bind daemon to 0.0.0.0 in Vagrant. Fixes #1304
2013-07-26 15:45:00 -04:00
Sam J Sharpe
8281a0fa1c
Vagrantfile: Add support for VMWare Fusion provider
...
As a user who has blown $150 on VMWare Fusion and vagrant-vmware, I
would like to use my new shiny to hack on Docker. Docker already has a
multi-provider Vagrantfile, so adding another one presents little risk.
Known Issues:
- The docker install of a new kernel breaks the Vagrant shared folder.
- This seems to be because the VMWare hgfs module doesn't build
against a 3.8 kernel.
- I don't believe that shared folder support is actually in use
2013-06-18 06:19:14 +01:00
Guillaume J. Charmes
f413fb8e56
Merge pull request #857 from edx/856-vagrant-port-forwarding
...
* Vagrantfile: Add an option to forward all ports to the vagrant host that have been ex...
2013-06-14 14:37:55 -07:00
Calen Pennington
302660e362
Add an option to forward all ports to the vagrant host that have been exported from docker containers
2013-06-07 15:56:39 -04:00
Victor Vieux
c75942c79d
add 4243 port forward
2013-05-15 02:41:19 +02:00
Thomas Bikeev
9cfcfbae52
Made AWS region and ami to be configurable through the ENV variables.
2013-05-11 19:27:42 +02:00
Daniel Mizyrycki
73321f27f4
packaging-ubuntu; issue #516 : Add xorg kernel to Vagrantfile for stable ubuntu LTS docker distro
2013-05-08 19:36:06 -07:00
Dr Nic Williams
04f41ebdbc
Allow reuse of existing vagrant boxes by env variables
...
Usage:
BOX_NAME=precise64 vagrant up
2013-05-03 15:35:51 -07:00
Bruno Bigras
74cd7e822d
Use only one deb line in /etc/apt
...
This prevents the script from filling up /etc/apt/sources.list with more than one deb line which cause a warning when updating.
2013-05-02 13:33:23 -04:00
Daniel Mizyrycki
0d9475346f
Fix main Vagrantfile
2013-05-01 18:49:31 -07:00
Bruno Bigras
5051c20833
Use the 80 port with keyserver.ubuntu.com
...
Use the 80 port with keyserver.ubuntu.com so it works with corporate firewalls
2013-04-29 15:53:50 -03:00
Brian McCallister
4db680fda4
don't fight the box kernel version, not worth it
2013-04-25 06:29:13 -06:00
Brian McCallister
9c7293508d
get aufs dependencies into vmware image
2013-04-25 06:09:04 -06:00
Brian McCallister
9d8743a7ae
vmware fusion provider config
2013-04-25 05:59:31 -06:00
Daniel Mizyrycki
2726e3649a
vagrant; issue #441 : Improve main config including aws ubuntu lts dependency
2013-04-24 11:30:15 -07:00
Thatcher Peskens
6c8dcd5cbb
Updated Vagrantfile and documentation to reflect new installation path using Ubuntu's PPA, also switched everything to use Ubuntu 12.04 by default.
2013-04-22 13:10:32 -07:00
Thatcher Peskens
8ecde8f9a5
Updated documentation and fixed Vagrantfile
2013-04-19 20:57:50 -07:00
Jonathan Rudenberg
a3ab89df2b
vagrant: Simplify provisioning to build from repo
...
This sets up an idiomatic Go workspace in /opt/go with the source
shared from the host directory in
/opt/go/src/github.com/dotcloud/docker and docker installed into
/opt/go
2013-03-27 21:55:25 -04:00
Nelson Chen
43213dfc4a
use the directory where the vagrantfile is located for mounting
2013-03-26 23:14:50 -07:00
Charles Hooper
8461196a79
Stop using custom AMI and use standard Ubuntu AMI
2013-03-27 01:41:47 +00:00
Charles Hooper
2b090320be
Merge remote-tracking branch 'upstream/master' into vagrant11-providers
...
Conflicts:
puppet/modules/docker/manifests/init.pp
2013-03-27 01:09:22 +00:00
Charles Hooper
afdf29e57f
Fix issue where Vagrant AWS deploys outside of my dev account would fail
2013-03-26 21:21:54 +00:00
Charles Hooper
5cebc226cc
Use new AMI that won't cause issues with cloud-init apply_creds
2013-03-26 17:40:56 +00:00
Charles Hooper
bea7894166
Merge remote-tracking branch 'amesserl/raxcloud-support'
...
Conflicts:
Vagrantfile
2013-03-24 10:16:50 +00:00
Antony Messerli
95ad9e4573
Adding support for the Rackspace Open Cloud
2013-03-22 11:30:54 -05:00
Daniel Mizyrycki
45df6f7801
vagrant; issue #113 : normalize whitespaces
2013-03-21 22:26:18 -07:00
Daniel Mizyrycki
6295a02275
vagrant; issue #113 : Make Vagrantfile backward compatible with versions < 1.1
2013-03-21 22:16:52 -07:00
Charles Hooper
8c83484bf2
Add AWS support for running Docker on AWS
2013-03-15 04:22:07 +00:00
Ken Cochrane
d479efc01e
updated Vagrant to support new single binary, and exposing the vagrant shared folder, and setting some ENV variables
2013-03-13 13:30:13 -07:00
Ken Cochrane
94baf2c5b9
upgraded kernel to 3.5.0-25 to fix a kernel bug
2013-03-12 12:05:04 -07:00
Niall O'Higgins
814bb505ca
initial Vagrant & Puppet setup under Quantal64.
2013-02-03 22:02:41 -08:00