mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
wait for system containerd to start
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
5edb4c5fb4
commit
252077a4ba
@ -14,4 +14,8 @@ start()
|
||||
ulimit -p unlimited
|
||||
|
||||
/usr/bin/containerd &
|
||||
|
||||
ewaitfile 5 /var/run/containerd/containerd.sock
|
||||
|
||||
eend $? "Failed to start system containerd"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user