list_docker_images {babelwhale} | R Documentation |
List docker containers
list_docker_images(container_id = NULL)
container_id |
An optional container id |
if (test_docker_installation()) {
set_default_config(create_docker_config(), permanent = FALSE)
list_docker_images()
}