Suggested pre-built docker image to develop yocto meta-distribution

I am using this Docker version on Windows:
Server: Docker Engine - Community
Engine:
Version: 19.03.5
API version: 1.40 (minimum version 1.12)
Go version: go1.12.12
Git commit: 633a0ea
Built: Wed Nov 13 07:29:19 2019
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v1.2.10
GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339
runc:
Version: 1.0.0-rc8+dev
GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
docker-init:
Version: 0.18.0
GitCommit: fec3683

So far I am developing using linux and free-rtos toradex git repository (BSP version 2.8b6) on a real linux machine, but I’d like to move to a virtual environment like docker. Is it possible to get a pre-built image to create linux kernel and free-rtos application?
The best could be a linux image with a worked Yocto environment

Thank you in advance

I used to build Yocto thud in docker container but it failed. Because some file seeking feature is not supported by overlay filesystem which is used by docker. Maybe you can try to mount a volume to container and build there. To compile Linux kernel and free-rtos application in container, it should be possible. A debian based container should work and copy cross compile toolchain to container.

Ok, thank you for reply.

You are welcome.