Skip to content

Instantly share code, notes, and snippets.

@edi33416
Created September 6, 2021 12:59
Show Gist options
  • Save edi33416/a10227a73be9ca3d1cbbeae70a13152c to your computer and use it in GitHub Desktop.
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
{
"data-root": "/home/edis/docker-data"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment