list_container: list_container

Description Usage Arguments Value

View source: R/docker_functions.R

Description

This function lists all running containers. If image_src is specified, it only return containers, of which the building image matches the given string.

Usage

1
list_container(image_src = NULL, not_running = T)

Arguments

image_src

A String providing a specific image to filter

not_running

a logical vector specifying whether not_running containers should be returned

Value

a tibble listing containers with their information


benjaminguinaudeau/dockeR documentation built on July 8, 2021, 3:41 a.m.