Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tianon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tianon
11y ago
Primary curator of the program here ( https://github.com/docker-library/official-images/blob/319cb... ). "Moving" is a bit of a strong word. It would be much more accurate to say "providing alte
2.
▲
by
tianon
12y ago
It does have linked local addresses by default. It's the more complicated setup of actually routing IPv6 addresses outside our current host that's not enabled by default. https://docs.docker.com/articles/netw
3.
▲
by
tianon
12y ago
As one of the maintainers in question, I'd absolutely mirror this whole statement: if any of the image upstreams have an important update available that isn't applied, we're very interested in rectifying that.
4.
▲
by
tianon
12y ago
This question was asked on https://github.com/docker-library/golang/issues/11#issuecomm... too, but the main reason is that the "debian" base images are tightly controlled and kept really minimal, s
5.
▲
by
tianon
13y ago
For even more fun, check out the interactive tutorial: http://www.docker.io/gettingstarted/
6.
▲
by
tianon
13y ago
See also https://github.com/jpetazzo/pxe (especially https://github.com/jpetazzo/pxe#i-want-moar-fun ).
7.
▲
by
tianon
13y ago
I have my router serving up TFTP with the following pxelinux.cfg (and the appropriate vmlinuz64 and initrd.img extracted from the b2d ISO): LABEL boot2docker MENU LABEL boot2docker v0.5.2 KERNEL boot2docker/v0.5
8.
▲
by
tianon
13y ago
Which version of boot2docker are you using? Also, which version of VirtualBox? See also https://github.com/steeve/boot2docker/issues/48 which has some more information about this specific issue.
9.
▲
by
tianon
13y ago
Or even bare metal. Personally, I extract the kernel and initrd and use it directly via PXE.