Skip to content

Commit 1fcb80f

Browse files
committed
Fix typo in example command in "Overlay embedded in SIF"
Signed-off-by: Yutaro Shoji <[email protected]>
1 parent bf67e86 commit 1fcb80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistent_overlays.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ So for example:
256256
257257
$ {command} build /tmp/nginx.sif docker://nginx
258258
$ {command} overlay create --size 1024 --create-dir /var/cache/nginx /tmp/nginx.sif
259-
$ echo "test" | {command} exec /tmp/nginx.sif sh -c "cat > /var/cache/nginx/test"
259+
$ echo "test" | {command} exec --writable /tmp/nginx.sif sh -c "cat > /var/cache/nginx/test"
260260
261261
262262
Embed an overlay image in SIF

0 commit comments

Comments
 (0)