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:
Mrunal Patel
2016-05-06 11:14:44 -07:00
committed by Colin Walters (automation)
parent 5d83a36d0e
commit d470be9650

View File

@@ -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 \