github.com/stackdocker/rkt@v0.10.1-0.20151109095037-1aa827478248/Documentation/subcommands/status.md (about)

     1  # rkt status
     2  
     3  Given a pod UUID, you can get the exit status of its apps. Note that the apps are prefixed by `app-`.
     4  
     5  ```
     6  # rkt status 5bc080ca
     7  state=exited
     8  pid=-1
     9  exited=true
    10  app-etcd=0
    11  app-redis=0
    12  ```
    13  
    14  If the pod is still running, you can wait for it to finish and then get the status with `rkt status --wait UUID`