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 aci_ports, vectors of the port numbers and protocols to open for the instance.

server, username, password

For aci_creds, the authentication details for a Docker registry. See docker_registry.

lst

for get_aci_credentials_list, a list of objects.

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]