SirIle / sirile.github.io

4 stars 1 forks source link

Comments for experimental boot2docker blog #5

Open SirIle opened 9 years ago

SirIle commented 9 years ago

Placeholder for comments.

Crazee commented 9 years ago

To get a boot2docker that works with the current experimental branch (1.9.0-dev) I cloned your repo and tried a "docker build". Couldn't get past

a2df0498cf9c: Download complete 1e852d9c5c54: Download complete 1e852d9c5c54: Error pulling image (latest) from docker.io/boot2docker/boot2docker, Untar re-exec error: exit status 1: output: open /linux-kernel/drivers/net/ethernet/sun/modError pulling image (latest) from docker.io/boot2docker/boot2docker, Untar re-exec error: exit status 1: output: open /linux-kernel/drivers/net/ethernet/sun/modules.order: no space left on device

Don't know what space it is complaining about, as there seems to be plenty of space left on the guest VM.

Crazee commented 9 years ago

Never mind. This alternate build works for me: https://hub.docker.com/r/ahbeng/boot2docker-experimental/

SirIle commented 9 years ago

Hmm, worked okay for me. The Docker node used for the build needs 2 GB of memory, that might have been an issue. I generated a new image and added it under the blog and will update the blog as well. Thanks for notifying!

Crazee commented 9 years ago

Sorry. The build problem wasn't due to not having disk space, which was sufficient, but to being out of inodes due to Ubuntu's habit of hoarding every copy of the linux headers from the beginning of time. Had to go and clean out /usr/src which "apt-get autoremove" doesn't seem to do.