Docker environment to work with WindRiver Linux. It is useful to me on Fedora 31
mkdir windriver
Build your own image
docker build -t <Your DockerHub Username>/windriver_base .
Get my image
docker pull grimsleepless/windriver_base
If you have decided to build your own image, replace grimsleepless with your username
docker run -ti --rm --name WindRiver_builder -v $(pwd)/windriver:/home/yocto grimsleepless/windriver_base
And voilĂ !