diff options
| author | Haim Gelfenbeyn <haim@g8n.me> | 2025-01-15 14:36:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-16 06:36:20 +1100 |
| commit | 7b83bb9d267fc4f2909cb87965d873487a9a4e1d (patch) | |
| tree | 8f7576f0f8990c50c7de35ac80defc3a381fd712 /docs/getting_started_docker.md | |
| parent | 26f898c8a538b808cf506f558a9454f7f50e3ba6 (diff) | |
Allow running Docker container on MacOS (without in-container USB support) (#24412)
Diffstat (limited to 'docs/getting_started_docker.md')
| -rw-r--r-- | docs/getting_started_docker.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/getting_started_docker.md b/docs/getting_started_docker.md index 2d90d8566a..42322397b4 100644 --- a/docs/getting_started_docker.md +++ b/docs/getting_started_docker.md | |||
| @@ -50,6 +50,13 @@ By default docker or podman are automatically detected and docker is preferred o | |||
| 50 | RUNTIME="podman" util/docker_build.sh keyboard:keymap:target | 50 | RUNTIME="podman" util/docker_build.sh keyboard:keymap:target |
| 51 | ``` | 51 | ``` |
| 52 | 52 | ||
| 53 | If flashing is not required, it's possible to run the container as unprivileged (on Linux), and without docker-machine (on Windows/macOS): | ||
| 54 | |||
| 55 | ``` | ||
| 56 | SKIP_FLASHING_SUPPORT=1 util/docker_build.sh keyboard:keymap:target | ||
| 57 | ``` | ||
| 58 | |||
| 59 | |||
| 53 | ## FAQ | 60 | ## FAQ |
| 54 | 61 | ||
| 55 | ### Why can't I flash on Windows/macOS | 62 | ### Why can't I flash on Windows/macOS |
