Skip to content

Commit

Permalink
📘 Rectified docker run commands.
Browse files Browse the repository at this point in the history
Signed-off-by: Bey Hao Yun <beyhy94@gmail.com>
  • Loading branch information
cardboardcode committed Mar 18, 2024
1 parent 1388db2 commit 813510b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ docker build --tag vcam_image .
# Enable display to be forwarded from container to host.
xhost +local:docker
# For first run.
sudo docker run -ti \
sudo docker run -it \
--ipc host \
--net host \
--name vcam_test_container \
-v $(pwd):/home/user/virtual_camera \
-e DISPLAY=$DISPLAY \
Expand Down

0 comments on commit 813510b

Please sign in to comment.