Where are Docker images stored on the host machine?

后端 未结 29 2344
逝去的感伤
逝去的感伤 2020-11-22 06:28

I managed to find the containers under directory /var/lib/docker/containers, but I can\'t find the images.

What are the directories and files under

29条回答
  •  忘了有多久
    2020-11-22 06:53

    On Debian Unstable/Sid,

    docker info to find system-wide information.

    images are stored at /var/lib/docker/image/overlay2/imagedb/content and

    containers are stored at /var/lib/docker/containers

    docker version 18.06.0-ce, API version 1.38

提交回复
热议问题