content/manuals/desktop/use-desktop/volumes.md
The Volumes view in Docker Desktop lets you create, inspect, delete, clone, empty, export, and import Docker volumes. You can also browse files and folders in volumes and see which containers are using them.
You can view the following information about your volumes:
By default, the Volumes view displays a list of all the volumes.
You can filter and sort volumes as well as modify which columns are displayed by doing the following:
You use the following steps to create an empty volume. Alternatively, if you start a container with a volume that doesn't yet exist, Docker creates the volume for you.
To create a volume:
To use the volume with a container, see Use volumes.
To explore the details of a specific volume, select a volume from the list. This opens the detailed view.
The Container in-use tab displays the name of the container using the volume, the image name, the port number used by the container, and the target. A target is a path inside a container that gives access to the files in the volume.
The Stored data tab displays the files and folders in the volume and the file size. To save a file or a folder, right-click on the file or folder to display the options menu, select Save as..., and then specify a location to download the file.
To delete a file or a folder from the volume, right-click on the file or folder to display the options menu, select Delete, and then select Delete again to confirm.
The Exports tab lets you export the volume.
Cloning a volume creates a new volume with a copy of all of the data from the cloned volume. When cloning a volume used by one or more running containers, the containers are temporarily stopped while Docker clones the data, and then restarted when the cloning process is completed.
To clone a volume:
Deleting a volume deletes the volume and all its data. When a container is using a volume, you can't delete the volume, even if the container is stopped. You must first stop and remove any containers using the volume before you can delete the volume.
To delete a volume:
To delete multiple volumes:
Emptying a volume deletes all a volume's data, but doesn't delete the volume. When emptying a volume used by one or more running containers, the containers are temporarily stopped while Docker empties the data, and then restarted when the emptying process is completed.
To empty a volume:
You can export the content of a volume to a local file, a local image, and to an image in Docker Hub, or to a supported cloud provider. When exporting content from a volume used by one or more running containers, the containers are temporarily stopped while Docker exports the content, and then restarted when the export process is completed.
You can either export a volume now or schedule a recurring export.
Sign in to Docker Desktop. You must be signed in to export a volume.
In the Volumes view, select the volume you want to export.
Select the Exports tab.
Select Quick export.
Select whether to export the volume to Local or Hub storage or External cloud storage, then specify the following additional details depending on your selection.
{{< tabs >}} {{< tab name="Local or Hub storage" >}}
{{< /tab >}} {{< tab name="External cloud storage" >}}
You must have a Docker Business subscription to export to an external cloud provider.
Select your cloud provider and then specify the URL to upload to the storage. Refer to the following documentation for your cloud provider to learn how to obtain a URL.
{{< /tab >}} {{< /tabs >}}
Select Save.
Sign in to Docker Desktop. You must be signed in and have a paid Docker subscription to schedule a volume export.
In the Volumes view, select the volume you want to export.
Select the Exports tab.
Select Schedule export.
In Recurrence, select how often the export occurs, and then specify the following additional details based on your selection.
Select whether to export the volume to Local or Hub storage or External cloud storage, then specify the following additional details depending on your selection.
{{< tabs >}} {{< tab name="Local or Hub storage" >}}
{{< /tab >}} {{< tab name="External cloud storage" >}}
You must have a Docker Business subscription to export to an external cloud provider.
Select your cloud provider and then specify the URL to upload to the storage. Refer to the following documentation for your cloud provider to learn how to obtain a URL.
{{< /tab >}} {{< /tabs >}}
Select Save.
You can import a local file, a local image, or an image from Docker Hub. Any existing data in the volume is replaced by the imported content. When importing content to a volume used by one or more running containers, the containers are temporarily stopped while Docker imports the content, and then restarted when the import process is completed.
To import a volume:
Sign in to Docker Desktop. You must be signed in to import a volume.
Optionally, create a new volume to import the content into.
Select the volume you want to import content in to.
Select Import.
Select where the content is coming from and then specify the following additional details depending on your selection:
Select Import.