Creates a tibble of images using docker images

sp_docker_images_tibble(list_all = FALSE)

Arguments

list_all

logical: list all images if TRUE, just tagged images if FALSE. Default is FALSE.

Value

A tibble listing the images

Examples

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