This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
Releases: lmakarov/boot2docker-vagrant
Releases · lmakarov/boot2docker-vagrant
v1.7.1
v1.7.0
v1.6.2
v1.6.1
v1.6.0
- 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 todocker.sock
)
- Remove
scripts/presetup-ubuntu.sh
- Misc. imporvements in
presetup-mac.sh
andpresetup-win.sh
v1.5.1
- Windows fixes
- Use a more complex smb_password
- This addresses issues in strict password enforcement environments.
- IMPORTANT (Only if you are using the
default
orsmb2
sharing type on Windows - check invagrant.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
, thenvagrant up
- In an admin cmd.exe prompt run
- Improved winpty compatibility
- IMPORTANT: Prior to updating run
rm -f /usr/local/bin/docker*
in Babun, then run the install script.
- IMPORTANT: Prior to updating run
- Use a more complex smb_password
- Silence docker run shell provisioning
- No more red text output from
docker run
during the first VM boot
- No more red text output from
- Updated VERSION file
v1.5.0
- 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
)
- This allows running interactive docker commands in Babun directly (without using
- Using VirtualBox DNS proxy with the DNS Discovery service
v1.4.0
- 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
v1.3.0
- 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