need a copy /etc/docker/daemon.json

entel

Cadet
Joined
Feb 11, 2023
Messages
2
so i screwed up on editing
/etc/docker/daemon.json

and was wondering if someone can post theirs so i dont have to do an os reinstall
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
If you reboot the system, it should be regenerated. But here's mine, from 22.12.1:
Code:
{"data-root": "/mnt/software/ix-applications/docker", "exec-opts": ["native.cgroupdriver=cgroupfs"], "iptables": false, "bridge": "none", "storage-driver": "overlay2"}

You'll likely need to change the data-root value to correspond to the pool you've chosen for your apps.
 
Top