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.2.1
v1.2.0
- Switched to new base box version 1.8.3
- Docker v1.8.3, Docker Compose v1.4.2
- SFTP support (user: docker, password: tcuser or using vagrants insecure key)
- Added nfs2 synced folders option with optimized NFS settings (experimental and default)
- Switched to vhost-proxy v1.1.0 and dns-discovery v1.0.0 container images
- Moved scripts to a subfolder
- Fixed Version requirements for Vagrant and Virtual Box
Release v1.1.1
- Fix path to VBoxManage on Windows
v1.1.0
- Switch to blinkreaction/boot2docker base box v1.8.2
- Docker v1.8.2
- Docker Compose v1.4.2
- DNS resolution and service discovery
- Simple DNS based service discovery using dnsmasq and docker-gen
- dns service container is required and cannot be disabled
- Default box IP can be configured in vagrant.yml
- vhost-proxy HTTPS support
- Switch to the stable branch for dsh (master)
- Docs updates
- DNS resolution and service discovery
- Bumped required/supported VirtualBox (5.0+) and Vagrant (1.7.3+) versions
- Disable default DHCP server and network interface after VirtualBox installation
v1.0.2
v1.0.1
v1.0.0
v1.0.0-rc2
- Upgrade to Docker 1.8.1 base box
- Docker 1.8.1, Docker Compose 1.4.0
- Switching to Babun shell on Windows
- Now binding to the particular versions of Docker and Docker Compose on both Mac and Windows
- Fully automated setup on Windows (once Babun is installed)
- Minor fixes and cleanup, documentation updates
v1.0.0-rc1
- Upgrade to Docker 1.7.0 base box
- moved some provisioning scripts into the base box
- vhost-proxy service is now enabled by default in vagrant.yml (
vhost_proxy: true
)- switched vhost-proxy container to a lightweight Alpine Linux base image
- Added dns service to resolve *.drude to VM's primary IP address (
192.168.10.10
) - Some adjustments in the networking settings
- presetup-mac: Install docker and docker-compose directly instead of brew to match the Docker server version
- Added support to setup scripts to test different branches. E.g.
BOOT2DOCKER_TEST_ENVIRONMENT=develop setup.sh
- Updated documentation
v0.13.0
- Split install scripts into two pieces: prerequisites installation (optional) and actual box installation.
- Automatic installation is now supported on Windows!
- vhost-proxy service - adds ability to use a single shared IP address for multiple web projects running concurrently.
- VirtualBox network adapters performance adjustments (using
virtio
on the NAT interface). Resolves #12. - Added bash to avoid shell script compatibility issues and updated all shell scripts to use
#/bin/bash
header. Resolves #17. - Documentation updates.