add docker ansible role
This commit is contained in:
6
ansible/roles/docker/files/daemon.json
Normal file
6
ansible/roles/docker/files/daemon.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"exec-opts": ["native.cgroupdriver=systemd"],
|
||||
"log-opts": {
|
||||
"max-size": "10m"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user