support for docker on i.MX8MP

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

support for docker on i.MX8MP

1,975件の閲覧回数
SachinMR
Contributor I

Hi,
We are trying to bring up docker on imx8m plus device, by including meta virtualization layer in the yocto image build, by following below steps:
1. Clone the meta-virtualization layer in sources directory
git clone https://git.yoctoproject.org/git/meta-virtualization

2. making changes in the “conf/bblayers.conf” by adding the following line
BBLAYERS += "${BSPDIR}/sources/meta-virtualization"

3. Add the following lines in “conf/local.conf” file
DISTRO_FEATURES_append = " virtualization"
IMAGE_INSTALL_append = " docker-ce".

4. Building the image using bitbake command.

But the docker command is not being recognized even after booting the board with the new image.

Could you please let us know whether including docker in yocto image is supported on imx8m plus device.

0 件の賞賛
返信
1 返信

1,970件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

You can see this test docker image and it's readme:

https://hub.docker.com/repository/docker/fdsgfn/ubuntu21.04_imx

0 件の賞賛
返信