From d470be9650bb4ea25092f8a0e8f47644f652f413 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 6 May 2016 11:14:44 -0700 Subject: [PATCH] Update example to use --tmpfs for /tmp Signed-off-by: Mrunal Patel Closes: #58 Approved by: cgwalters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1455bf2..2dd65bc 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ but your own (tmpfs) data, running in a PID and network namespace: ``` bwrap --ro-bind /usr /usr \ - --dir /tmp \ + --tmpfs /tmp \ --proc /proc \ --dev /dev \ --ro-bind /etc/resolv.conf /etc/resolv.conf \