mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Fix a typo in Docker script README.md.
This commit is contained in:
parent
69134b167c
commit
b70934506a
@ -24,6 +24,6 @@ On selinux systems, replace #4 with:
|
||||
```
|
||||
docker run --cap-add MKNOD --cap-add SYS_ADMIN \
|
||||
-e LOCAL_UID="$(id -u)" -e LOCAL_GID="$(id -g)" \
|
||||
--device /dev/fuse -v "$(pwd):/home/user/src" --security-opt seccomp=unconfined apparmor=unconfined \
|
||||
--device /dev/fuse -v "$(pwd):/home/user/src" --security-opt seccomp=unconfined --security-opt apparmor=unconfined \
|
||||
--rm redox make fetch all
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user