List the docker images you have on Google Container Registry
gce_list_registry(instance, container_url = "gcr.io", project = gce_get_global_project())
instance
: The VM to run withincontainer_url
: The URL of where the container was savedproject
: Project ID for this request, default as set by gce_get_global_projectCurrently needs to run on a Google VM, not locally
## Not run: vm <- gce_vm("my_instance") gce_list_registry(vm) ## End(Not run)
Other container registry functions: gce_pull_registry
, gce_push_registry
, gce_tag_container
Useful links