# docker-vista **Repository Path**: ymwm233/docker-vista ## Basic Information - **Project Name**: docker-vista - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-20 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker Vista Docker container is based on Overlayfs, which is consisted of one upper directory and many lower directories. It is useful to understand and analyze its structure. ![](overlayfs.png) **For linux only.** # The Visualization Results + View the overlayfs structure and browse the file system ![](visualization1.png) + View the topography(mysql:8.0 and mysql:latest have overlapped layers) ![](visualization2.png) # How To Run It ```shell sudo docker run -itd -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/overlay2:/var/lib/docker/overlay2 --name vista 923048992/docker-vista ``` Then start the browser at http://localhost:3000.