github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/man/runc-pause.8.md (about)

     1  # NAME
     2     runc pause - pause suspends all processes inside the container
     3  
     4  # SYNOPSIS
     5     runc pause <container-id> [container-id...]
     6  
     7  Where "<container-id>" is the name for the instance of the container to be
     8  paused. 
     9  
    10  # DESCRIPTION
    11     The pause command suspends all processes in the instance of the container.
    12  Use runc list to identiy instances of containers and their current status.