Skip to content

Commit 4694e55

Browse files
msanftdvdksn
authored andcommitted
docs: document journald image name field
The `IMAGE_NAME` field is exported to the `journald` logging driver, but wasn't documented previously. Since this field is likely to be relevant to consumers, this adds documentation for it.
1 parent a1750fb commit 4694e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/engine/logging/drivers/journald.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ stores the following metadata in the journal with each message:
2323
| `CONTAINER_NAME` | The container name at the time it was started. If you use `docker rename` to rename a container, the new name isn't reflected in the journal entries. |
2424
| `CONTAINER_TAG`, `SYSLOG_IDENTIFIER` | The container tag ([log tag option documentation](log_tags.md)). |
2525
| `CONTAINER_PARTIAL_MESSAGE` | A field that flags log integrity. Improve logging of long log lines. |
26+
| `IMAGE_NAME` | The name of the container image. |
2627

2728
## Usage
2829

0 commit comments

Comments
 (0)