aci_ports {AzureContainers} | R Documentation |
Utilities for specifying ACI configuration information
Description
Utilities for specifying ACI configuration information
Usage
aci_ports(port = c(80L, 443L), protocol = "TCP")
aci_creds(server, username = NULL, password = NULL)
get_aci_credentials_list(lst)
Arguments
port , protocol |
For |
server , username , password |
For |
lst |
for |
Details
These are helper functions to be used in specifying the configuration for a container instance. Only aci_ports
and aci_creds
are meant to be called by the user; get_aci_credentials_list
is exported to workaround namespacing issues on startup.
See Also
create_aci, aci, docker_registry
[Package AzureContainers version 1.3.2 Index]