Creates a tibble of containers using docker ps

sp_docker_containers_tibble(list_all = FALSE)

Arguments

list_all

logical: list all containers if TRUE, just running containers if FALSE. Default is FALSE.

Value

A tibble listing the containers. If there are none, returns an empty (0x0) tibble.

Examples

if (FALSE) { sp_docker_containers_tibble(list_all = FALSE) }