googleComputeEngineR (version 0.3.0)

gce_list_registry: List the docker images you have on Google Container Registry

Description

List the docker images you have on Google Container Registry

Usage

gce_list_registry(instance, container_url = "gcr.io",
  project = gce_get_global_project())

Arguments

instance

The VM to run within

container_url

The URL of where the container was saved

project

Project ID for this request, default as set by gce_get_global_project

Details

Currently needs to run on a Google VM, not locally

See Also

Other container registry functions: gce_pull_registry, gce_push_registry, gce_tag_container

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
  vm <- gce_vm("my_instance")
  gce_list_registry(vm)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab