Description Usage Arguments Value Examples
View source: R/stats_recurse.R
Call dockerstats() recursively
1 | dockerstats_recurse(..., all = FALSE, extra = "", every = 1, callback = print)
|
... |
Subset of containers to get stats from. If empty, all running containers are looked for. |
all |
Show all containers (default shows just running). |
extra |
Extra information to add in the "extra" column. |
every |
Loop duration |
callback |
function to call on each loop, with the first argument being the result of |
Nothing, primarly called for its side-effect.
1 2 3 4 5 | if (interactive()){
if (dockerstats_available()) {
dockerstats_recurse()
}
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.