Update example to use --tmpfs for /tmp
Signed-off-by: Mrunal Patel <mrunalp@gmail.com> Closes: #58 Approved by: cgwalters
This commit is contained in:

committed by
Colin Walters (automation)

parent
5d83a36d0e
commit
d470be9650
@@ -88,7 +88,7 @@ but your own (tmpfs) data, running in a PID and network namespace:
|
|||||||
|
|
||||||
```
|
```
|
||||||
bwrap --ro-bind /usr /usr \
|
bwrap --ro-bind /usr /usr \
|
||||||
--dir /tmp \
|
--tmpfs /tmp \
|
||||||
--proc /proc \
|
--proc /proc \
|
||||||
--dev /dev \
|
--dev /dev \
|
||||||
--ro-bind /etc/resolv.conf /etc/resolv.conf \
|
--ro-bind /etc/resolv.conf /etc/resolv.conf \
|
||||||
|
Reference in New Issue
Block a user