Skip to content

Commit

Permalink
docs: update docker run example to include using --init for process c…
Browse files Browse the repository at this point in the history
…leanup
  • Loading branch information
bharnden committed Aug 9, 2024
1 parent 68e1bdf commit c02f8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ are shown below in the run command.

```shell
# start container into the background and run the core-daemon by default
sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged --entrypoint core-daemon core
sudo docker run -itd --name core -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged --init --entrypoint core-daemon core
# enable xhost access to the root user, this will allow you to run the core-gui from the container
xhost +local:root
# launch core-gui from the running container launched previously
Expand Down

0 comments on commit c02f8e1

Please sign in to comment.