Skip to content

Releases: fnichol/dvm

v0.9.0: Using boot2docker-vagrant-box 1.2.0

24 Aug 14:19
Compare
Choose a tag to compare

v0.8.0: Using boot2docker-vagrant-box 1.1.0

04 Jul 03:46
Compare
Choose a tag to compare

v0.7.0: Using boot2docker-vagrant-box 1.0.1

04 Jul 03:47
Compare
Choose a tag to compare

v0.6.0: Using boot2docker-vagrant-box 1.0.0

11 Jun 23:17
Compare
Choose a tag to compare

Bug fixes

  • Pull request #41: Fix DOCKER_ARGS and various other shell-quoting bugs. (@dlitz)

New features

Improvements

  • Disable local Docker forwarded port. (@fnichol)
  • Pull request #37: README updates. (@eik3)

v0.5.1: More Stable DOCKER_HOST IP Address

29 Apr 21:37
Compare
Choose a tag to compare

Bug fixes

  • Pull request #35, issue #8, issue #24, issue #28: Ensure udhcpc is not running for statically defined eth1 interface. (@fnichol, @adamleko)
  • Issue #33: Fix DOCKER_HOST variable support under boot2docker 0.8.0. (@fnichol)
  • Pull request #31: In README, fix link to Docker Remote API. (@dougireton)

Improvements

  • Issue #32: Fix VMware Fusion link in READER. (@fnichol)
  • Conditionally implement TinyCore Linux Vagrant plugin if required. (@fnichol)

v0.5.0: Using boot2docker-vagrant-box 0.8.0

11 Apr 19:44
Compare
Choose a tag to compare

Bug fixes

  • Pull request #21: Fix inability to stop or delete containers if DOCKER_ARGS used. (@yacn)

New features

  • Pull request #29: Upgrade to boot2docker 0.8.0. (@jfoy)
  • Pull request #20: Allow number of CPUs to be customized via DOCKER_CPUS. (@rubbish)
  • Pull request #22: Allow docker0 CIDR to be specified. (@yacn)
  • Pull request #30: Use boot2docker's $EXTRA_ARGS config option. (@yacn)

Improvements

  • Issue #10: Add project rationale, explaining why it uses private IP address. (@fnichol)
  • Issue #19: Update dvm check to attempt to check VMware fusion on Mac. (@fnichol)

v0.4.1: Better Version Strings

13 Feb 17:14
Compare
Choose a tag to compare

Bug fixes

  • Up version tag in code for dvm version. (@fnichol)

v0.4.0: Running boot2docker 0.5.4 and VMware Support

13 Feb 17:13
Compare
Choose a tag to compare

0.4.0 / 2014-02-13

New features

Improvements

  • Pull request #17: Install Vagrant and VirtualBox with homebrew-cask. (@hiremaga)
  • Pull request #11: Spelling updates in README. (@agoddard)
  • Update inlined plugin code to not collide with Vagrant 1.5.0 support. (@fnichol)

v0.3.0: Running boot2docker 0.4.0!

16 Jan 22:11
Compare
Choose a tag to compare

New features

Improvements

  • Ensure that there is a sane DNS resolver on boot for docker daemon. (@fnichol)
  • Use the host's resolver as a DNS proxy in NAT mode. (@fnichol)
  • Pull request #6: Add support for fish shell. (@tlockney)
  • Pull request #3: Update Mac/Docker documentation. (@gianpaj)

v0.2.2: Updated Docs & Explicit VirtualBox Provider

08 Jan 18:25
Compare
Choose a tag to compare

Bug fixes

  • Pull request #2: Explicitly set the provider to virtualbox. (@hmarr)

Improvements

  • Pull request #3: Update README since docker is now available via homebrew. (@gianpaj)