File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/configuration/container Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -285,15 +285,15 @@ Container Registry
285
285
Log Configuration
286
286
====================
287
287
288
- .. cfgcmd :: set container log-driver [k8s-file | journald]
288
+ .. cfgcmd :: set container name <name> log-driver [k8s-file | journald | none ]
289
289
290
290
Set the default log driver for containers.
291
291
292
- - **k8s-file **: Logs to a plain text new line deliminated json file
293
- - **journald **: Logs to the systems journal
292
+ - **k8s-file **: Log to a plain text new line deliminated json file
293
+ - **journald **: Log to the system journal
294
+ - **none **: Disable logging for the container
294
295
295
- Current default is k8s-file. Using journald will result in the logs
296
- not showing up in the container log operation command but the global log command.
296
+ Current default is k8s-file.
297
297
298
298
299
299
******************
You can’t perform that action at this time.
0 commit comments