浏览代码

label "podman-run-x11": increase size of /tmp further

Fabian Peter Hammerle 5 月之前
父节点
当前提交
3e4c82c0b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Containerfile

+ 1 - 1
Containerfile

@@ -24,4 +24,4 @@ CMD ["anki"]
 # >   File "…/site-packages/waitress/buffers.py", line 38, in __init__
 # >     file.write(data)
 # > OSError: [Errno 28] No space left on device
-LABEL podman-run-x11="podman run --name anki --rm --user 25772:34044 --env HOME=/mnt/home --env DISPLAY --env QTWEBENGINE_DISABLE_SANDBOX=1 --read-only --read-only-tmpfs=false --volume anki_share:/mnt/home/.local/share/Anki2/ --tmpfs /tmp:size=2M --volume /tmp/.X11-unix/:/tmp/.X11-unix/ --cap-drop ALL --security-opt no-new-privileges \${IMAGE}"
+LABEL podman-run-x11="podman run --name anki --rm --user 25772:34044 --env HOME=/mnt/home --env DISPLAY --env QTWEBENGINE_DISABLE_SANDBOX=1 --read-only --read-only-tmpfs=false --volume anki_share:/mnt/home/.local/share/Anki2/ --tmpfs /tmp:size=4M --volume /tmp/.X11-unix/:/tmp/.X11-unix/ --cap-drop ALL --security-opt no-new-privileges \${IMAGE}"