Skip to content

Commit

Permalink
(#13404) docs: note how to run docker images with sysreq mode
Browse files Browse the repository at this point in the history
* docs: note how to run docker images with sysreq mode

I stole this from a comment by uilianries that I can not find again

* Update docs/developing_recipes_locally.md

Co-authored-by: Jordan Williams <jordan@jwillikers.com>

Co-authored-by: Jordan Williams <jordan@jwillikers.com>
  • Loading branch information
Chris Mc and jwillikers authored Oct 13, 2022
1 parent 9af05be commit 41e6e9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developing_recipes_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ docker run -v/Users/barbarian/.conan:/home/conan/.conan conanio/gcc8 bash -c "co

> **Note**: If you are running on Mac M1, the follow Docker argument is required: `--platform=linux/amd64`
If you are working with packages that have system dependencies that are managed by Conan

```sh
docker run -e CONAN_SYSREQUIRES_MODE=enabled conanio/gcc11-ubuntu16.04 conan install fmt/9.0.0@ -if build --build missing -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=yes
```

## Using Conan 2.0

Everything you need to know about the methods, commands line, outputs can be found in the
Expand Down

0 comments on commit 41e6e9d

Please sign in to comment.