Skip to content

Commit

Permalink
More generic hint about docker invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
errno authored and HTRamsey committed Feb 13, 2025
1 parent 96cc478 commit 614302c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/en/qgc-dev-guide/getting_started/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ docker run --rm -v ${PWD}:/project/source -v ${PWD}/build:/project/build qgc-ubu
```

::: info
If you get fuse-related errors, you might need to add `--cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined` options to the docker invocation command. Like this:

```
docker run --rm -v ${PWD}:/project/source -v ${PWD}/build:/project/build --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined qgc-ubuntu-docker
```
For up to date docker command and options reference relevant run-script in `deploy/docker`, for example [run-docker-ubuntu.sh](https://github.com/mavlink/qgroundcontrol/blob/master/deploy/docker/run-docker-ubuntu.sh#L16).

:::

Expand Down

0 comments on commit 614302c

Please sign in to comment.