mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
Merge pull request #289 from justincormack/containerd-logs
capture containerd logs
This commit is contained in:
commit
b2098526c4
@ -13,7 +13,7 @@ start()
|
|||||||
ulimit -n 1048576
|
ulimit -n 1048576
|
||||||
ulimit -p unlimited
|
ulimit -p unlimited
|
||||||
|
|
||||||
/usr/bin/containerd &
|
/usr/bin/containerd 1>&2 2>/var/log/containerd.log &
|
||||||
|
|
||||||
ewaitfile 5 /var/run/containerd/containerd.sock
|
ewaitfile 5 /var/run/containerd/containerd.sock
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user