sp_docker_containers_tibble.Rd
Creates a tibble of containers using docker ps
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.
if (FALSE) { sp_docker_containers_tibble(list_all = FALSE) }