Warning, /packaging/yocto-meta-kde-demo/container/README is written in an unsupported language. File is not indexed.

0001 # Docker build environment
0002 
0003 This is an attempt to isolate the yocto build from variations in the host system.
0004 
0005 This is full of assumptions about my specific setup, so use with care!
0006 
0007 ## Build docker image
0008 
0009 docker build -t vkrause/yocto .
0010 
0011 ## Use docker image
0012 
0013 docker run -it --rm -v /k/yocto:/k/yocto vkrause/yocto
0014