Y
Hacker News
new
|
ask
|
show
|
jobs
by
provost
3116 days ago
So if I'm understanding this correctly, this builds the LFS kernel inside a docker container into an ISO image that can be used with VirtualBox, but cannot be used within a Docker container itself?
1 comments
eiskalt
3116 days ago
Yes, that's correct. The goal was to use the whole LFS's system including OS kernel. Docker, AFAIK, uses host's kernel, see info here
https://docs.docker.com/get-started/#virtual-machine-diagram
Anyway, it should be possible to build image for docker container if necessary.
link
Anyway, it should be possible to build image for docker container if necessary.