add log-opts
This commit is contained in:
parent
00d765fcd9
commit
13be2873a9
1 changed files with 4 additions and 1 deletions
|
@ -2,5 +2,8 @@
|
|||
"log-driver": "journald",
|
||||
"storage-driver": "overlay2",
|
||||
"ip6tables": true,
|
||||
"experimental": true
|
||||
"experimental": true,
|
||||
"log-opts": {
|
||||
"tag": "{{.Name}}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue