Search code examples
windowsdockerapt-getboot2docker

boot2docker on windows missing apt-get / package manager


I'm in boot2docker. I'm not entirely sure I understand it completely, but it seems to be needed for a project I'm on.

I've ssh'd in, and I tried to do a make on our project, but I got

make: not found

Then I tried a:

apt-get install make

And got

apt-get: not found

Tried googling, but couldn't find anything about that, or any package manager.

Any suggestions on how to install anything in boot2docker?

EDIT: When I asked this I misunderstood how boot2docker and docker worked hand in hand. There is actually a package manager (tce-load) that allows install of packages, but really, it shouldn't be used and anything involving a project using docker should be using a docker container within boot2docker that has the build tools inside of that. Although I did find tce-load useful installing nano, since I'm not a fan of vi and that's occationaly useful.


Solution

  • Seems boot2docker uses Tiny Linux which has its own package manager called "tce-load". There's a list of packages for it here:

    http://distro.ibiblio.org/tinycorelinux/tcz_2x.html

    There's everything that's needed to make or whatever located there.