1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/reference/commandline
Brian Goff bd9d14a07b Add support for reading logs extra attrs
The jsonlog logger currently allows specifying envs and labels that
should be propagated to the log message, however there has been no way
to read that back.

This adds a new API option to enable inserting these attrs back to the
log reader.

With timestamps, this looks like so:
```
92016-04-08T15:28:09.835913720Z foo=bar,hello=world hello
```

The extra attrs are comma separated before the log message but after
timestamps.

Without timestaps it looks like so:
```
foo=bar,hello=world hello
```

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-05-06 20:42:20 -04:00
..
attach.md
build.md 1.change validateNoSchema into validateNoScheme 2016-03-31 12:29:15 +08:00
cli.md docs: add $ before HOME 2016-03-12 14:11:01 +01:00
commit.md
cp.md
create.md Add support for setting sysctls 2016-04-12 13:37:31 -04:00
diff.md
docker_images.gif
dockerd.md Update the docker daemon to dockerd for document 2016-04-29 09:06:02 +08:00
events.md Add load/save image event support 2016-04-27 01:11:03 +00:00
exec.md
export.md
history.md
images.md Fix the docker image --no-trunk output format 2016-04-08 08:59:59 +08:00
import.md
index.md Update the docker daemon to dockerd for document 2016-04-29 09:06:02 +08:00
info.md Updated docker-info output and documentation 2016-04-29 16:45:43 +02:00
inspect.md
kill.md
load.md add docs for docker load --quiet 2016-03-24 18:57:44 +01:00
login.md Merge pull request #20970 from dmcgowan/login-oauth 2016-03-14 15:49:44 +01:00
logout.md
logs.md Add support for reading logs extra attrs 2016-05-06 20:42:20 -04:00
network_connect.md
network_create.md docs for labels on build, networks and volumes 2016-03-25 11:16:19 -07:00
network_disconnect.md
network_inspect.md Include all endpoints in network inspect object 2016-03-13 16:58:53 -07:00
network_ls.md Add "driver" filter for network ls 2016-04-29 16:22:26 +02:00
network_rm.md
pause.md
port.md
ps.md Add the missed volume filter 2016-03-15 09:26:41 +00:00
pull.md Update the docker daemon to dockerd for document 2016-04-29 09:06:02 +08:00
push.md Mention "docker login" in push/pull documentation 2016-03-28 17:22:41 -07:00
rename.md
restart.md
rm.md
rmi.md
run.md Add IO Resource Controls for Windows 2016-04-25 13:07:29 -07:00
save.md Update 'save' command help 2016-03-22 08:16:52 +01:00
search.md
start.md
stats.md Change HumanSize to BytesSize for memory output in docker stats. 2016-04-08 20:01:50 +00:00
stop.md
tag.md
top.md
unpause.md
update.md
version.md
volume_create.md docs for labels on build, networks and volumes 2016-03-25 11:16:19 -07:00
volume_inspect.md Allow volume drivers to provide a Status field 2016-04-15 10:56:38 -04:00
volume_ls.md Add name/driver filter support for volume 2016-03-25 01:11:17 +00:00
volume_rm.md
wait.md