View source: R/ecr_operations.R
ecr_initiate_layer_upload | R Documentation |
Notifies Amazon ECR that you intend to upload an image layer.
See https://www.paws-r-sdk.com/docs/ecr_initiate_layer_upload/ for full documentation.
ecr_initiate_layer_upload(registryId = NULL, repositoryName)
registryId |
The Amazon Web Services account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed. |
repositoryName |
[required] The name of the repository to which you intend to upload layers. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.