support for docker on i.MX8MP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

support for docker on i.MX8MP

992 Views
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 Kudos
Reply
1 Reply

987 Views
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 Kudos
Reply