Created
September 6, 2021 12:59
-
-
Save edi33416/a10227a73be9ca3d1cbbeae70a13152c to your computer and use it in GitHub Desktop.
Change docker data default location; place in /etc/docker/daemon.json with 644 perms and restart docker service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data-root": "/home/edis/docker-data" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment