mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
This is an example external logging service which can be enabled by adding it to the `init` section of the .yml, for example: ... init: - linuxkit/init:35866bb276c264a5f664bfac7456f4b9eeb87a4d - linuxkit/runc:v0.4 - linuxkit/containerd:f2bc1bda1ab18146967fa1a149800aaf14bee81b - linuxkit/ca-certificates:v0.4 - linuxkit/memlogd:cc035e5c9e4011ec1ba97a181a6689fc90965ce9 onboot: ... Signed-off-by: David Scott <dave.scott@docker.com>
4 lines
46 B
YAML
4 lines
46 B
YAML
image: memlogd
|
|
binds:
|
|
- /var/run:/var/run
|