/tmp can't be mounted with rw,exec,mode=1777
- 主要語言
- Go
- 星號
- 13k
- 分支
- 541
- 平均合併
- 20 小時 47 分鐘
- 30 天內合併 PR
- 4
描述
Hello,
I tried literally everything found in the documentation, about the --additional flags for mounting /tmp with rw,exec,mode=1777 inside the container.
However, no one of them is working.
07:09:00 [rosen@aleksandrov:~ ⚞5]└2 5s 130(interrupted) % distrobox create -n steam -i ubuntu:25.04 --additional-flags "--mount type=tmpfs,destination=/tmp,rw,exec,mode=1777"
zsh: correct 'steam' to '.steam' [nyae]? n
Creating 'steam' using image ubuntu:25.04 Error: mode: invalid mount option
[ ERR ] failed to create container.
07:09:17 [rosen@aleksandrov:~ ⚞5]└2 125 % distrobox create -n steam -i ubuntu:25.04 --additional-flags "--tmpfs /tmp:rw,exec,mode=1777"
zsh: correct 'steam' to '.steam' [nyae]? n
Creating 'steam' using image ubuntu:25.04 Error: /tmp: duplicate mount destination
[ ERR ] failed to create container.
07:09:50 [rosen@aleksandrov:~ ⚞5]└2 125 % distrobox create -n steam -i ubuntu:25.04 --volume /tmp:/tmp:rw
zsh: correct 'steam' to '.steam' [nyae]? n
zsh: correct '/tmp:/tmp:rw' to '/tmp/tmp:rw' [nyae]? n
Creating 'steam' using image ubuntu:25.04 Error: /tmp: duplicate mount destination
[ ERR ] failed to create container.
07:10:12 [rosen@aleksandrov:~ ⚞5]└2 125 %
Tried even inside the container.
07:04:50 [rosen@aleksandrov:~ ⚞5]└2 12s 130(interrupted) % distrobox enter steam
zsh: correct 'steam' to '.steam' [nyae]? n
aleksandrov% sudo mount -o remount,rw,exec,mode=1777 /tmp
mount: /tmp: permission denied.
dmesg(1) may have more information after failed mount system call.
In short. Is it there any possible way to mount /tmp with desired options ?
貢獻指南
研究方向
該 issue 是關於在 distrobox 容器中使用特定選項掛載 /tmp。先檢查 distrobox create 指令及其對 --additional-flags 的處理。查看容器建立腳本,了解 /tmp 預設是如何掛載的,以及為什麼會發生重複掛載目標錯誤。檢查問題是在 podman/docker CLI 還是在 distrobox 的 flag parsing。測試變更需要使用不同的掛載選項建立容器。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- docker, shell
- 領域
- cli
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100