Avi Deitcher
a5085fc9ea
pkg/init support for volumes
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2024-07-21 17:48:39 +03:00
David Gageot
39807bb0bd
Remove dead or redundant code
...
Signed-off-by: David Gageot <david.gageot@docker.com >
2022-10-09 15:33:42 +02:00
Rolf Neugebauer
2427145dfc
pkg/init: Revert "workaround bad containerd bug"
...
This reverts commit 6653c3387e .
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2020-04-26 22:49:48 +01:00
Avi Deitcher
6653c3387e
workaround bad containerd bug
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2020-03-23 12:18:14 +02:00
David Scott
5201049f2c
pkg/init: write stderr to <name> rather than <name>.err
...
This will then be written to disk as <name>.log by logwrite.
Part of #3111
Signed-off-by: David Scott <dave.scott@docker.com >
2018-07-13 10:48:31 +01:00
David Scott
4dc75bc67b
service: use the logging system with containerd
...
An external logging system exists if the socket
/var/run/linuxkit-external-logging.sock
exists.
If an external logging system is enabled then create FIFOs for
containerd and send the other end of the FIFOs to the logging service.
Otherwise use /var/log files as before.
Signed-off-by: David Scott <dave.scott@docker.com >
2018-07-06 21:48:57 +01:00
Justin Barrick
9821180548
Add a restart and stop command to service.
...
Signed-off-by: justinbarrick <jbarrick@cloudflare.com >
2018-06-12 15:04:16 -07:00