Don't store the writable layer on disk

This commit is contained in:
Ohad Livne 2025-06-04 22:46:47 +03:00
parent fbf64011a0
commit a93c73701e
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -1,6 +1,6 @@
#! /usr/bin/sh #! /usr/bin/sh
podman run --rm -ti \ podman --transient-store run --rm -ti \
--env WAYLAND_DISPLAY \ --env WAYLAND_DISPLAY \
--env XDG_RUNTIME_DIR=/tmp \ --env XDG_RUNTIME_DIR=/tmp \
--hostname localhost \ --hostname localhost \