mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #72] docker 容器运行时,如何增加下载和删除等功能 #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @axin7 on GitHub (Jun 24, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/72
使用docker时,默认只有下载功能,docker exec进不去容器, 该怎么增加下载和删除等功能
@sigoden commented on GitHub (Jun 24, 2022):
docker镜像基于scratch,大小只有3.4M,不含操作系统,所以没法运行docker exec 进入。
运行容器时,可以在尾部带上选项,示例如下
@axin7 commented on GitHub (Jun 24, 2022):
好的,谢了