Added basic setup for master and certification material
This commit is contained in:
9
files/LFS258/SOLUTIONS/s_03/daemon.json
Normal file
9
files/LFS258/SOLUTIONS/s_03/daemon.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"exec-opts": ["native.cgroupdriver=systemd"],
|
||||
"log-driver": "json-file",
|
||||
"log-opts": {
|
||||
"max-size": "100m"
|
||||
},
|
||||
"storage-driver": "overlay2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user