Utilities for specifying ACI configuration information
aci_ports(port = c(80L, 443L), protocol = "TCP")aci_creds(server, username, password)
get_aci_credentials_list(lst)
For aci_ports, vectors of the port numbers and protocols to open for the instance.
For aci_creds, the authentication details for a Docker registry.
for get_aci_credentials_list, a list of objects.
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.