Using a buildroot distro as a docker *host* -
i have arm based board can run specific buildroot based distro provided manufacturer. try run docker on board.
any time combine buildroot , docker in google search, wind getting pages explain how use buildroot create container, not how alter buildroot use host.
can point me documentation?
the keyword you're missing "engine".
it's docker engine allows host os support docker containers.
there's submitted 3-part patch add docker engine support buildroot.
[buildroot] [patch v6 0/3] add docker engine support series adds runc, docker-containerd, , docker-engine support. patch 1 adds runc, new minimal cli running linux containers. patch 2 adds docker-containerd, daemon , api runc. patch 3 adds docker-engine, cli , api docker application engine.
Comments
Post a Comment