You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container module is reponsible for handling starting, stoppping and inspecting of containers.
4
+
5
+
Contd provides the entrypoint of the contd module, exposing it as a service over the message bus (zbus) so that other modules can handle the containers.
6
+
7
+
## How it works
8
+
9
+
- Ensure that `shim-logs` binary is available, backoff until it's found.
10
+
- Creates module root dirctory.
11
+
- Connects to `Redis` message broker over `zbus`.
12
+
- Register itself as a `containerd` module.
13
+
- Starts watching for events coming from `containerd`.
0 commit comments