Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Releases: lmakarov/boot2docker-vagrant

v1.7.1

30 Aug 22:12
Compare
Choose a tag to compare
  • Hotfix for Vagrant v1.8.5 regression with VirtualBox shared folders on Tiny Core

v1.7.0

26 Aug 22:03
Compare
Choose a tag to compare
  • IMPORTANT: this release requires VirtualBox v5.1.x and Vagrant v1.8.5+
  • Version updates
    • blinkreaction/boot2docker base box v1.12.1
    • docker cli 1.12.1
    • docker-compose 1.8.0
    • winpty 0.4.0 (Windows only)

v1.6.2

27 Jun 17:56
Compare
Choose a tag to compare
  • Hotfix: Fixed broken winpty dependency since 1.6.0 on Windows

v1.6.1

03 Jun 18:53
Compare
Choose a tag to compare
  • Hotfix for downloading new docker binary versions
  • Added B2D_INSTALL_MODE switch
  • Updated docs

v1.6.0

03 Jun 17:38
Compare
Choose a tag to compare
  • Switched to blinkreaction/boot2docker base box v1.11.2
    • boot2docker/docker 1.11.2, docker-compose 1.7.1
  • Set v.memory: 1024 by default
  • System services
    • New ssh-agent service
    • Use the stable tag for vhost-proxy, dns, ssh-agent
    • Bind all system services to 0.0.0.0
    • Run services with --privileged --userns=host (to give propper access to docker.sock)
  • Remove scripts/presetup-ubuntu.sh
  • Misc. imporvements in presetup-mac.sh and presetup-win.sh

v1.5.1

18 Apr 21:49
Compare
Choose a tag to compare
  • Windows fixes
    • Use a more complex smb_password
      • This addresses issues in strict password enforcement environments.
      • IMPORTANT (Only if you are using the default or smb2 sharing type on Windows - check in vagrant.yml):
        • In an admin cmd.exe prompt run net user vagrant P@ssW0rd1! to update the existing vagrant user password.
        • Alternatively start fresh: vagrant destroy -f, then vagrant up
    • Improved winpty compatibility
      • IMPORTANT: Prior to updating run rm -f /usr/local/bin/docker* in Babun, then run the install script.
  • Silence docker run shell provisioning
    • No more red text output from docker run during the first VM boot
  • Updated VERSION file

v1.5.0

14 Apr 19:53
Compare
Choose a tag to compare
  • Switched to blinkreaction/boot2docker base box v1.10.3
    • boot2docker/docker 1.10.3, docker-compose 1.6.2
  • Using upgrade command with choco on Windows
  • Added winpty on Windows
    • This allows running interactive docker commands in Babun directly (without using vagrant ssh -c)
  • Using VirtualBox DNS proxy with the DNS Discovery service

v1.4.0

20 Jan 15:00
Compare
Choose a tag to compare
  • Version updates
    • Switched to blinkreaction/boot2docker base box v1.9.1
    • docker 1.9.1
    • docker-compose 1.5.2
  • Set NFS attribute caching of files and directories to 2 seconds
    • This will make sure delays in file system updates detection is within 2s.
  • Prevent permission (chmod) errors on SMB share
  • Updates in install scripts
    • Brew Cask is now part of Brew
    • Point DOCKER_HOST to 192.168.10.10 instead of localhost for better performance with Intel adapters and NAT
    • Suppress errors from VBoxManage on Windows
    • Improved messaging in setup scripts

v1.3.1

16 Nov 21:14
Compare
Choose a tag to compare
  • Remove /cygdrive prefix
    • /cygdrive prefix was needed for docker-compose installed via pip. The native binary does not expect this prefix.
  • Give all permissions on files (777) on the smb mount
    • Allows any script files to be executed

v1.3.0

11 Nov 20:45
Compare
Choose a tag to compare
  • Version updates
    • boot2docker base box v1.9.0
    • Docker v1.9.0
    • Docker Compose v1.5.0 (now installed as a binary on Windows)
  • Default to nfs2 on Mac and smb2 on Windows
  • rsync
    • Switching to vagrant-gatling-rsync for better rsync-auto performance
    • Auto start gatling-rsync-auto in background (Mac only)
  • Revised vboxsf, smb and rsync settings
  • Fixed vagrant user account expiration (smb2 option)
  • Added a way to define individual mounts
  • Added "group=system" label to dns and vhost-proxy containers
  • Added support for authentication against docker hub
  • Fixed typo: vboxfs => vboxsf