Description Usage Arguments Details See Also Examples
List the docker images you have on Google Container Registry
1 2 | gce_list_registry(instance, container_url = "gcr.io",
project = gce_get_global_project())
|
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 |
Currently needs to run on a Google VM, not locally
Other container registry functions: gce_pull_registry
,
gce_push_registry
,
gce_tag_container
1 2 3 4 5 6 7 | ## Not run:
vm <- gce_vm("my_instance")
gce_list_registry(vm)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.