saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-06-24 13:49:33 +03:00
parent cc38403914
commit f3aa21d388
6 changed files with 38 additions and 5 deletions

8
docker/daemon.json Normal file
View File

@@ -0,0 +1,8 @@
{
"selinux-enabled": false,
"log-driver": "syslog",
"log-opts": {
"syslog-address": "unixgram:///dev/log",
"tag": "docker/{{.Name}}"
}
}