Report this

What is the reason for this report?

Moving docker data to external volume

Posted on August 11, 2020

I have an external volume that I believe is correctly mounted to my droplet. I wish to move my docker data from /var/lib/docker on the boot disk to the external volume, following https://www.guguweb.com/2019/02/07/how-to-move-docker-data-directory-to-another-location-on-ubuntu. Can you please tell me how to identify the path to the external volume, i.e., to the new location for docker. Thank you! JHB



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there @haydenboyd,

In order to identify the path to the external volume, you can run the following command:

  1. df -h

From the output, you will be able to see where the external disk has been mounted to. If it is not clear, feel free to share the output here so I could advise you further.

Hope that this helps! Regards, Bobby

on CLI cd /mnt/mountedvolumename/

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.