top | item 7186243 (no title) tianon | 12 years ago Or even bare metal. Personally, I extract the kernel and initrd and use it directly via PXE. discuss order hn newest lengads|12 years ago Is that to say that you.. wait, what are you doing? tianon|12 years 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.2/vmlinuz64 APPEND initrd=boot2docker/v0.5.2/initrd.img loglevel=3 user=docker phaer|12 years ago I guess s/he owns a second machine and boots boot2docker over the network (PXE = https://en.wikipedia.org/wiki/Preboot_Execution_Environment ) without installing anything on the second machine. tianon|12 years ago See also https://github.com/jpetazzo/pxe (especially https://github.com/jpetazzo/pxe#i-want-moar-fun).
lengads|12 years ago Is that to say that you.. wait, what are you doing? tianon|12 years 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.2/vmlinuz64 APPEND initrd=boot2docker/v0.5.2/initrd.img loglevel=3 user=docker phaer|12 years ago I guess s/he owns a second machine and boots boot2docker over the network (PXE = https://en.wikipedia.org/wiki/Preboot_Execution_Environment ) without installing anything on the second machine. tianon|12 years ago See also https://github.com/jpetazzo/pxe (especially https://github.com/jpetazzo/pxe#i-want-moar-fun).
tianon|12 years 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.2/vmlinuz64 APPEND initrd=boot2docker/v0.5.2/initrd.img loglevel=3 user=docker
phaer|12 years ago I guess s/he owns a second machine and boots boot2docker over the network (PXE = https://en.wikipedia.org/wiki/Preboot_Execution_Environment ) without installing anything on the second machine.
tianon|12 years ago See also https://github.com/jpetazzo/pxe (especially https://github.com/jpetazzo/pxe#i-want-moar-fun).
lengads|12 years ago
tianon|12 years ago
phaer|12 years ago
tianon|12 years ago