Joined February 2014
·
Posted to
Docker 0.7 on Debian Wheezy without custom kernel
over 1 year
ago
also the wget and chmod need sudo? #nitpick
Posted to
Docker 0.7 on Debian Wheezy without custom kernel
over 1 year
ago
thank you this is massively useful. with the latest docker (as of today 2014-02-16) I had to manually install go 1.2 as wheezy contains an earlier go and docker now requires 1.2
also I had to adjust the package list for apt-get install: golang obviously not needed anymore now with above manual installation, but it now needed btrfs-tools and libsqlite3-dev or it wouldn't find some header files
also, could you provide a quick explanation as to what's happening here for the total docker noob ... it does seem as if the above first builds and installs docker from source but then downloads and installs a precompiled binary or does it? is this doing the same thing twice? #confused
docker deamon and docker run also need sudo #nitpick