I am launching sysdig as a container, as described in the documentation here: https://github.com/draios/sysdig#getting-started
But upon running sysdig -c lscontainers
,
to get the list of all the containers running on the host, sysdig can only detect 1 container while there are multiple containers running on the host.
Output of docker ps -a
on
the host
Output of sysdig -c lscontainers
within
the sysdig container
Am I doing something wrong when launching sysdig as a container that it is not able to detect the other containers running on the host ? I would like to collect sysdig logs (with sysdig running as a container) for all other containers running on the host machine. Thanking you in advance for your help.
Best,
Eshaan Satish Mudgal