You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am quite new to both yocto-build and Docker. My Host is Ubuntu 22.04. My Command:
docker run --rm -it -v /home/sgordon777/dev/yocto:/workdir crops/poky --workdir=/workdir
This command fails with:
"The uid:gid for "/workdir" is "0:0". The uid and gid must be non-zero. Please check to make sure the "volume" or "bind" specified using either "-v" or "--mount" to docker, exists and has a non-zero uid:gid."
I have checked and my local director (~/dev/yocto) is:
-present
-owned by my user, not root
The text was updated successfully, but these errors were encountered:
I am trying to create a docker container following these instructions:
https://github.com/crops/poky-container/blob/master/README.md
I am quite new to both yocto-build and Docker. My Host is Ubuntu 22.04. My Command:
docker run --rm -it -v /home/sgordon777/dev/yocto:/workdir crops/poky --workdir=/workdir
This command fails with:
"The uid:gid for "/workdir" is "0:0". The uid and gid must be non-zero. Please check to make sure the "volume" or "bind" specified using either "-v" or "--mount" to docker, exists and has a non-zero uid:gid."
I have checked and my local director (~/dev/yocto) is:
-present
-owned by my user, not root
The text was updated successfully, but these errors were encountered: