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
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
The Clear Containers 3.0-beta release uses a new agent (`cc-agent`),
8
+
https://github.com/clearcontainers/agent.
9
9
10
-
The Clear Containers agent relies heavily on [`libcontainer`](https://github.com/opencontainers/runc/tree/master/libcontainer) used by [`runc`](https://github.com/opencontainers/runc/) (standard program when running containers on bare metal).
10
+
The Clear Containers agent relies heavily on [`libcontainer`](https://github.com/opencontainers/runc/tree/master/libcontainer)
11
+
used by [`runc`](https://github.com/opencontainers/runc/), which is the
12
+
standard program when running containers on bare metal.
11
13
12
14
To provide a debug log of any agent activity on a guest, the Clear Containers
13
-
agent sends logs through a QEMU serial console that are collected by [cc-proxy](https://github.com/clearcontainers/proxy)
14
-
and shown in its logs. By default, the Clear Containers agent logs are not collected by
15
-
`cc-proxy` but can be enabled by enabling the proxy debug option.
15
+
agent sends log data through a QEMU serial console, which is collected by
16
+
[cc-proxy](https://github.com/clearcontainers/proxy) and shown in the proxy's
17
+
logs.
18
+
19
+
By default, the Clear Containers agent logs are not collected by `cc-proxy`
20
+
but can be enabled by enabling the proxy debug option:
16
21
17
22
1. Enable proxy debug
18
23
19
-
Set the `enable_debug=` option in the `[proxy.cc]` section to `true` (assumes a standard configuration file path):
24
+
Set the `enable_debug=` option in the `[proxy.cc]` section to `true`, which
0 commit comments