Where are Docker im...
Notifications
Clear all

Where are Docker images stored on the host machine?

RSS

(@sathish)
Member Moderator
Joined: 1 year ago
Posts: 1391
10/05/2021 1:26 pm

I am unable to find the containers under the directory:
/var/lib/docker/containers

Can you please tell me the directories and files under /var/lib/docker and also where are the docker images stored on the host machine?


Quote
(@abhijith)
Noble Member
Joined: 1 year ago
帖子:1350
10/05/2021 1:27 pm

This is a solution for Ubuntu users with docker version 1.12.3.

Use the command,

做美元cker info

to find the root directory of docker. You will find the docker directory will be given in this line: "Docker Root Dir: /var/lib/docker". The docker images, they are stored inside the docker directory: /var/lib/docker/ images are stored there.


ReplyQuote
Share:
Baidu