Description Usage Arguments Value Examples
View source: R/sp_docker_functions.R
Creates a tibble of containers using docker ps
1 | sp_docker_containers_tibble(list_all = FALSE)
|
list_all |
logical: list all containers if |
A tibble listing the containers. If there are none, returns an empty (0x0) tibble.
1 2 3 4 | ## Not run:
sp_docker_containers_tibble(list_all = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.