'How to run Docker on an external USB hard-drive in Ubuntu 21.10?
I am trying to run the following command in Ubuntu 21.10 with Docker so that it will run on my external USB hard-drive:
sudo docker run -v /media/alexanderjsingleton/SEAGATE/blockchain -P registry.gitlab.com/pulsechaincom/go-pulse --datadir=/media/alexanderjsingleton/SEAGATE/blockchain --pulsechain-testnet
Evidently, I need to configure some Docker settings in order for this occur, in addition to mounting the drive, because whenever I run the above command, the files are downloaded and saved within the Docker directory on my computer instead of the external USB hard-drive- can anyone please advise? Thanks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
