Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Releases: boot2docker/boot2docker-cli

v1.3.2

Choose a tag to compare

@tianon tianon released this 24 Nov 20:59
  • unset DYLD_LIBRARY_PATH and LD_LIBRARY_PATH when invoking VBoxManage on OS X (#311)

v1.3.1

Choose a tag to compare

@tianon tianon released this 31 Oct 03:37
  • fix bug with doing boot2docker start when the VM is in the saved state (#293; VBoxManage: error: The machine is not mutable (state is Saved))
  • update boot2docker socket an alias for boot2docker shellinit (#299)
  • fix some error handling in the driver code (#290)
  • fish shell support in boot2docker shellinit (#295)
  • boot2docker shellinit prints all enironment variables regardless of their status (#295)

v1.3.0

Choose a tag to compare

@tianon tianon released this 16 Oct 17:29

v1.2.0

Choose a tag to compare

@SvenDowideit SvenDowideit released this 22 Aug 13:58

Note: the ssh key auto-login can fail on Linux, I think its something to do with the ssh-keyagent, as logging out of my X-Session seem to resolve it. If you are prompted for a password: tcuser will work.

v1.1.2

Choose a tag to compare

@SvenDowideit SvenDowideit released this 24 Jul 06:39
  • version bump to 1.1.2
  • boot2docker upgrade will download a new iso, and then stop and start your virtual machine for you.

v1.1.1

Choose a tag to compare

@SvenDowideit SvenDowideit released this 10 Jul 06:45
  • version bump to v1.1.1
  • Fixes to improve dealing with non-default port forward setings

v1.1.0

Choose a tag to compare

@SvenDowideit SvenDowideit released this 05 Jul 01:22
  • Built with golang 1.3
  • improve boot2docker ssh to pass parameters to ssh correctly
  • use Virtual Box natdnshostresolver to improve VPN support
  • improve boot2docker ip detection
  • added boot2docker destroy alias to delete

v1.0.1

Choose a tag to compare

@SvenDowideit SvenDowideit released this 20 Jun 06:41
  • increase memory size to 2GB
  • try a little harder to ask the VM for its IP address on boot2docker up

v1.0.0

Choose a tag to compare

@SvenDowideit SvenDowideit released this 09 Jun 16:41
  • Docker v1.0.0
  • requires the latest Boot2Docker iso: v1.0.0
  • use the official IANA registered Docker port
  • add support for a serial console
  • supports VirtualBox 3.4.12 on Windows (a changed Environment variable)
  • boot2docker up tells the user to use the host-only IP address for connecting to the Docker Engine.
  • boot2docker ip will tell you the host-only IP address that container's ports are exposed on

Note: this update changes the exposed Docker port from 4243 to 2375, and will require the v0.12.0 version of the new boot2docker management tool.
This Boot2Docker release is not backwards compatible with older management tools

Note: if you are upgrading, please create a new VM using boot2docker delete ; boot2docker download ; boot2docker up. This will delete your persistent data, but will also ensure that you have the latest VirtualBox configuration.

v0.12.0

Choose a tag to compare

@SvenDowideit SvenDowideit released this 07 Jun 01:24
  • requires the latest Boot2Docker iso: v0.12.0
  • use the official IANA registered Docker port
  • add support for a serial console
  • supports VirtualBox 3.4.12 on Windows (a changed Environment variable)
  • boot2docker up tells the user to use the host-only IP address for connecting to the Docker Engine.
  • boot2docker ip will tell you the host-only IP address that container's ports are exposed on

Note: this update changes the exposed Docker port from 4243 to 2375, and will require the v0.12.0 version of the new boot2docker management tool.
This Boot2Docker release is not backwards compatible with older management tools