This repository was archived by the owner on Feb 27, 2018. It is now read-only.
v1.2.0
- New
boot2docker socketcommand prints thetcp://192.168.59.10x:yyyysocket that the Docker daemon is listening to - New
boot2docker shellinitcommand prints theDOCKER_HOSTand (optionally, if TLS is on)DOCKER_CERT_PATHthat need to be run for your Docker client to talk to the Boot2Docker Daemon. Now you can run$(boot2docker shellinit); docker info - Speed up SSH by specifying the generated key identity
- Deprecate the port forwarded Docker port
- Build using `golang:1.3-cross' image
- Add Travis support
- Pull down Docker TLS certificates if turned on
- Print error if your host / IP has hit the GitHub API limit
- Many little code and style cleanups - more welcome! :)
- Add driver model to lay a foundation for multi-hypervisor support
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:
tcuserwill work.