Docker diff Command
docker diff: Check for changes in the file structure of a container.
Syntax
docker diff [OPTIONS] CONTAINER
Example
View changes in the file structure of the container mymysql.
tutorialpro@tutorialpro:~$ docker diff mymysql
A /logs
A /mysql_data
C /run
C /run/mysqld
A /run/mysqld/mysqld.pid
A /run/mysqld/mysqld.sock
C /tmp