have the docker role conf. the Docker daemon to log to systemd journal
All checks were successful
/ Ansible Lint (push) Successful in 1m39s
All checks were successful
/ Ansible Lint (push) Successful in 1m39s
This commit is contained in:
parent
e3a1443df9
commit
64343ae9ec
3 changed files with 18 additions and 0 deletions
3
roles/docker/files/daemon.json
Normal file
3
roles/docker/files/daemon.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"log-driver": "journald"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue