tests/testthat/sample_responses/v1.36/container_top.R

## version: 1.36
## method: get
## path: /containers/{id}/top
## code: 200
list(titles = c("UID", "PID", "PPID", "C", "STIME", "TTY", "TIME", "CMD"),
     processes = list(
       c("root", "13642", "882", "0", "17:03", "pts/0", "00:00:00",
         "/bin/bash"),
       c("root", "13735", "13642", "0", "17:06", "pts/0", "00:00:00",
         "sleep 10")))

Try the stevedore package in your browser

Any scripts or data that you put into this service are public.

stevedore documentation built on July 26, 2023, 5:35 p.m.