We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf67e86 commit 1fcb80fCopy full SHA for 1fcb80f
persistent_overlays.rst
@@ -256,7 +256,7 @@ So for example:
256
257
$ {command} build /tmp/nginx.sif docker://nginx
258
$ {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"
+ $ echo "test" | {command} exec --writable /tmp/nginx.sif sh -c "cat > /var/cache/nginx/test"
260
261
262
Embed an overlay image in SIF
0 commit comments