Ian Campbell
5eee4c0607
pkg/runc: WORKDIR as first item in second stage
...
Works around https://github.com/moby/moby/issues/33176 and fixes #1807 .
Updated al users of linuxkit/runc:2649198589ef0020d99f613adaeda45ce0093a38 to
this new build.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-05-12 19:23:27 +01:00
Magnus Skjegstad
1da0b14e23
logging: update example to use latest init/containerd
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-05-11 21:08:23 +02:00
Rolf Neugebauer
423957cfef
Update YAML files to new packages
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-08 16:49:39 +01:00
Rolf Neugebauer
21f1646ce2
Update YAML files with new package hashes
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-04 22:27:59 +01:00
Rolf Neugebauer
cb732e7f80
YAML: Update files to use the new binfmt package
...
Checked that /proc/sys/fs/binfmt_misc/status is enabled for
architectures specified.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-04-25 15:55:10 +01:00
Magnus Skjegstad
0511fdb431
Add logging project
...
Adds a logging daemon that collects logs in a ring buffer in a runc container.
The tools logwrite and logread can be used to read/write logs. The logging
daemon can be sent open file descriptors that will be read and included
in the logs.
Modifies init to start the daemon and use logwrite to capture logs from runc.
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-04-16 21:08:57 +02:00