Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 docker 容器列表中,您可以获得容器大小 SizeRootFs 和 SizeRw,但我找不到这些大小的确切含义。
SizeRootFs是容器中所有文件的总大小,以字节为单位。如果您要将容器的文件系统导出为 tarball,那么它的大小应该差不多。
SizeRootFs
SizeRw是已创建或更改的文件的大小,如果您将容器与其基本映像进行比较。刚刚创建之后,这应该是零;当您修改(或创建)文件时,这会增加。
SizeRw