Boot2docker: Is Boot2Docker deprecated?

Created on 21 Sep 2015  路  6Comments  路  Source: boot2docker/boot2docker

I'm a bit confused. The latest version of Docker seems to deprecate boot2docker, but I also see this is a separate project and is apparently still being worked on?

Can anyone give me some insight into what's going on?

question

Most helpful comment

I can imagine this is confusing; boot2docker exists of _two_ parts; boot2docker-cli and boot2docker - a lightweight Linux distribution for running Docker.

boot2docker-cli is a tool to setup a Virtual Machine running the boot2docker distro. This tool (boot2docker-cli) has been deprecated in favor of docker-machine (which also lets you setup a Virtual Machine running boot2docker Linux)

So TL;DR, boot2docker (the Linux distro) is not deprecated (but there _will_ be a large change in an upcoming release)

All 6 comments

I can imagine this is confusing; boot2docker exists of _two_ parts; boot2docker-cli and boot2docker - a lightweight Linux distribution for running Docker.

boot2docker-cli is a tool to setup a Virtual Machine running the boot2docker distro. This tool (boot2docker-cli) has been deprecated in favor of docker-machine (which also lets you setup a Virtual Machine running boot2docker Linux)

So TL;DR, boot2docker (the Linux distro) is not deprecated (but there _will_ be a large change in an upcoming release)

@thaJeztah, by large change in an upcoming release are you referring to the fact the VM will be Debian-based instead of Tiny Core-based or are you meaning something different?

@jakirkham yes, that's the change I was referring to

@thaJeztah Is unclejack/debian2docker the repo we should be looking at or is there another proposed ISO out there?

No, that project is unrelated (apart from @unclejack being a Docker maintainer), the next generation of the boot2docker distribution can be found here; https://github.com/docker/boot2docker

:+1:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pheuter picture pheuter  路  7Comments

lunaticare picture lunaticare  路  8Comments

ghost picture ghost  路  14Comments

markomitranic picture markomitranic  路  7Comments

tianon picture tianon  路  8Comments