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

Releases: boot2docker/boot2docker-cli

v1.3.2

24 Nov 20:59
Compare
Choose a tag to compare
  • unset DYLD_LIBRARY_PATH and LD_LIBRARY_PATH when invoking VBoxManage on OS X (#311)

v1.3.1

31 Oct 03:37
Compare
Choose a tag to compare
  • 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

16 Oct 17:29
Compare
Choose a tag to compare

v1.2.0

22 Aug 13:58
Compare
Choose a tag to compare

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

24 Jul 06:39
Compare
Choose a tag to compare
  • 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

10 Jul 06:45
Compare
Choose a tag to compare
  • version bump to v1.1.1
  • Fixes to improve dealing with non-default port forward setings

v1.1.0

05 Jul 01:22
Compare
Choose a tag to compare
  • 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

20 Jun 06:41
Compare
Choose a tag to compare
  • increase memory size to 2GB
  • try a little harder to ask the VM for its IP address on boot2docker up

v1.0.0

09 Jun 16:41
Compare
Choose a tag to compare
  • 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

07 Jun 01:24
Compare
Choose a tag to compare
  • 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