README ¶ Build the initial docker image for linuxboot (need to be executed one time) cp Dockerfile.linux Dockerfile docker build -t linuxboot . Execute the image docker run --name linuxboot -v /tmp/volume:/volume linuxboot Get the result cp /tmp/volume/linuxboot.bin . Destroy the past container docker container rm linuxboot Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files compile.go shadow.go Click to show internal directories. Click to hide internal directories.