Lilipod fails on the busybox image
未關閉
- 主要語言
- Go
- 星號
- 673
- 分支
- 25
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Lilipod fails to run the standard docker busybox image:
```
$ lilipod run --rm -ti busybox
rootfs_utils.go:644 [error] error: open /home/adamsmd/.local/share/lilipod/containers/2eec8a3d491a55efa3018d94261b03cc/rootfs/run/.containerenv: no such file or directory
2026/08/16 23:51:38 setup rootfs: open /home/adamsmd/.local/share/lilipod/containers/2eec8a3d491a55efa3018d94261b03cc/rootfs/run/.containerenv: no such file or directory
2026/08/16 23:51:38 exit status 1
2026/08/16 23:51:38 exit status 1
2026/08/16 23:51:38 exit status 1
```
### Diagnosis
Lilipod assumes some things about the container's filesystem (e.g., that `/run` exists) that are not true of the busybox image.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。