aci_utils function

Utilities for specifying ACI configuration information

Utilities for specifying ACI configuration information

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

  • Maintainer: Hong Ooi
  • License: MIT + file LICENSE
  • Last published: 2021-07-09