I’m using mac m1 pro ventura 13.1
i can’t search volume location
I saw ~/Library/Container … extra in stackoverflow,
but, i can’t apply that.
Can i access docker volume?
Share and learn in the Docker community.
I’m using mac m1 pro ventura 13.1
i can’t search volume location
I saw ~/Library/Container … extra in stackoverflow,
but, i can’t apply that.
Can i access docker volume?
Volumes are inside the virtual machine of Docker Desktop. You can’t directly read them, but you can from a container. If you want to copy the content of a volume, you can use docker copy on a running container that mounted the volume. If you just want to read the content, go to Docker Desktop dashboard » Volumes
and click on a volume. You can find the “Data” tab where you can browse the content and save files but can’t read the content. You can also use the Volumes Backup & Share
extension to export the volume.
Thx a lot. I try to that.