Debugging a QNX Container

In this section, you learn to debug inside the container.

You can use exec command to debug or examine the container file system. For example:
# qcmctl container exec -it container1 -- ksh
The previous command should have the following, or similar, output:
$ls
etc
proc
system
usr
Page updated: