Skip to content

Tags: pdam/boot2docker

Tags

v0.8.0

Toggle v0.8.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request boot2docker#311 from SvenDowideit/0-8-0-release

new Docker 0.10.0

v0.7.1

Toggle v0.7.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request boot2docker#296 from SvenDowideit/0-7-1-release

new release with Docker 0.9.1 - will trigger trusted build

v0.7.0

Toggle v0.7.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request boot2docker#279 from SvenDowideit/remove-tunl0

remove the 2 network devices that bork docker make test

v0.6.0

Toggle v0.6.0's commit message
v0.6.0:

- Docker 0.8.1
- BTRFS support
- DeviceMapper support
- Linux Kernel 3.13.3
- Enable IPv6 forwarding
- Added iproute2
- Fixed time and VM time drift in VM via ntpclient
- Removed wireless support
- Removed useless kernel modules
- b2d is 3mb slimmer (27mb -> 24mb)
- Various all around fixes

v0.5.4

Toggle v0.5.4's commit message
v0.5.4:

- Resolve symlinked /tmp so 'docker build' won't fail

v0.5.3

Toggle v0.5.3's commit message
v0.5.3:

- fix the docker rm bug
- add git (for docker build from git)
- add real xz (required by certain images)
- /tmp moved to disk
- removed pipework
- fix a bug where TCL could restore unwanted state
- detect if ports needed for SSH and DOCKER are free on localhost

v0.5.2

Toggle v0.5.2's commit message
v0.5.2:

- Docker 0.8

v0.5.1

Toggle v0.5.1's commit message
v0.5.1:

- Fix an issue where the dockerd would not listen on tcp://, causing the Mac client not to work

v0.5.0

Toggle v0.5.0's commit message
v0.5.0:

- LXC 0.8.0 (fixes ghost issues)
- docker 0.7.6
- better/cleaner disk persistance
- can boot over an existing linux install and use its containers
- includes pipework by @jpetazzo
- lots of fixes
- script: init will perform auto disk partition/formatting
- script: ~/.boot2docker/profile customization support
- script: no more ssh key errors

v0.4.0

Toggle v0.4.0's commit message
* Automatically let dockerd listen on all interface if running in a V…

…M (boot2docker)

* Upgrade to LXC 1.0 beta1
* Kernel now fully support cgroups
* Disable frame buffer on boot (usefull for cloud)
* Fix some automount issues