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

     1  # NAME
     2     runc start - start signals a created container to execute the user defined process
     3  
     4  # SYNOPSIS
     5     runc start <container-id> [container-id...]
     6  
     7  Where "<container-id>" is your name for the instance of the container that you
     8  are starting. The name you provide for the container instance must be unique on
     9  your host.
    10  
    11  # DESCRIPTIONa
    12     The start command signals the container to start the user's defined process.