Skip to content

Commit

Permalink
Add parameter to use passwd file into docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Luan Rafael Carneiro <[email protected]>
  • Loading branch information
Luan Rafael Carneiro committed Jul 11, 2024
1 parent 4c7f1d9 commit d6d6d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yocto-env
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ docker run \
--device=/dev/net/tun \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v /nix:/nix \
-v /etc/passwd:/etc/passwd:ro \
-v ${HOME}:${HOME} \
--env DISPLAY=$DISPLAY \
--env=HOST_UID=$(id -u) \
Expand Down

0 comments on commit d6d6d6e

Please sign in to comment.