View source: R/list_docker_images.R
list_docker_images | 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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.