Tiny Linux which has its own package manager called "tce-load". There's a list of packages for it here:html
http://distro.ibiblio.org/tinycorelinux/tcz_2x.htmllinux
There's everything that's needed to make or whatever located there.docker
boot2docker on windows missing apt-get / package manager:Seems boot2docker uses Tiny Linuxwindows
docker@manager:/$ yum -bash: yum: command not found docker@manager:/$ apt-get -bash: apt-get: command not found docker@manager:/$ make -bash: make: command not found docker@manager:/$
so.bash
For example, I needed a text editor and found nano on the list above: it installed simply with tce-load -wi nano
spa
tce-load -wi nano
參考:https://stackoverflow.com/questions/26621810/boot2docker-on-windows-missing-apt-get-package-managercode