标题: docker support in fedora [打印本页] 作者: kaishi 时间: 2019-3-26 00:36 标题: docker support in fedora I install docker, but there is an error after the installation.
Does anyone have a success to install docker and run it?
Easy to deploy SW and avoid installing a lot of SWs on the system.
Also there are some open source packages which are available on the docker format and it needs a docker to run it 作者: kaishi 时间: 2019-3-26 11:33
The possible reason of docker doesn't work properly because kernel has missing some mouldes.
Is there a document to describe how to compile kernel and update to fedora system?作者: jefferyzhang 时间: 2019-3-26 14:31
不建议在板子上跑docker,原因有几个:
1. docker不适合嵌入式设备,容器的运行速度较慢
2. docker无法映射所有设备节点到容器,我们没有像nvidia-docker那样把gpu硬件设备都映射到容器的工程,所有都得你手动去映射
kaishi 发表于 2019-3-26 11:33
The possible reason of docker doesn't work properly because kernel has missing some mouldes.
Is ther ...
If docker need sth. modules, you can 'make menuconfig' and re-make kernel by yourself.
I don't suggest running docker in Toybrick, because docker is not good enough for embedded devices,
1. It is slowly running for Arm.
2. We don't have hardware compatible layer for docker (sth. like nvidia-docker), so if you running docker in Toybrick, it will only cpu work.作者: kaishi 时间: 2019-3-26 16:08
2 questions:
1) Where is the kernel source file which I can download?
2) After I compile new kernel, how can I update it to my system?