IMX93EVK docker-ce including in image

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

IMX93EVK docker-ce including in image

105件の閲覧回数
ranga_yn
Contributor III

Hello NXP team,

i wanted to include the docker engine for the imx93EVK board.

repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-linux-nanbield -m imx-6.6.3-1.0.0.xml

above downloaded source in meta-virtualisation  - I am not finding docker-ce folder when i added the below configs in local.conf

DISTRO_FEATURES:append = "systemd"

DISTRO_FEATURES:append = "aufs" DISTRO_FEATURES:append = "virtualization" IMAGE_ROOTFS_EXTRA_SPACE = "10000000"

CORE_IMAGE_EXTRA_INSTALL += "openssh"

EXTRA_IMAGE_FEATURES = "dev-pkgs debug-tweaks tools-debug ssh-server-openssh" IMAGE_INSTALL:append = "docker docker-ce connman connman-client net-tools iputils dhcpcd which gzip python python-pip wget cmake git gtk+ zlib patchelf nano grep tmux swig tar unzip parted e2fsprogs e2fsprogs-resize2fs"

TOOLCHAIN_HOST_TASK:append = "nativesdk-cmake nativesdk-make"

VIRTUAL-RUNTIME_init_manager = "systemd"

DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"

 

let me know how to proceed.  to build imx-image-core.

Thanks,

ranga

0 件の賞賛
3 返答(返信)

76件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @ranga_yn 

The BSP has supported the docker layer . You can flash demo image and run 'docker' command after logging in the system.

Best Regards

Zhiming

0 件の賞賛

64件の閲覧回数
ranga_yn
Contributor III

Hello team,

could you please share me which demo image has to be flashed for docker to be working - link .

Thanks,

Ranga

0 件の賞賛

62件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @ranga_yn 

I just find that only imx8 series support docker in bb file, you can add below code in meta-imx/meta-imx-sdk/recipes-fsl/images/imx-image-core.bb

DOCKER:mx9-nxp-bsp = "docker"
0 件の賞賛