4.18 查看变更(diff)
可以使用docker [container] diff CONTAINER命令查看容器内文件系统的变更:
$ docker diff a96249ecc8dd
C /tmp
A /tmp/data
A /tmp/data/hello.log
C /root
A /root/.bash_history
Last updated
Was this helpful?
可以使用docker [container] diff CONTAINER命令查看容器内文件系统的变更:
$ docker diff a96249ecc8dd
C /tmp
A /tmp/data
A /tmp/data/hello.log
C /root
A /root/.bash_history
Last updated
Was this helpful?