Package: AzureContainers Title: Interface to 'Container Instances', 'Docker Registry' and 'Kubernetes' in 'Azure' Version: 1.3.3 Authors@R: c( person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")), person("Bill", "Liang", role = "ctb", comment = "Assistance debugging MMLS on Kubernetes"), person("Ramkumar", "Chandrasekaran", role = "ctb", comment = "Original blog article on Dockerising MMLS"), person("Microsoft", role="cph") ) Description: An interface to container functionality in Microsoft's 'Azure' cloud: . Manage 'Azure Container Instance' (ACI), 'Azure Container Registry' (ACR) and 'Azure Kubernetes Service' (AKS) resources, push and pull images, and deploy services. On the client side, lightweight shells to the 'docker', 'docker-compose', 'kubectl' and 'helm' commandline tools are provided. Part of the 'AzureR' family of packages. URL: https://github.com/Azure/AzureContainers https://github.com/Azure/AzureR BugReports: https://github.com/Azure/AzureContainers/issues License: MIT + file LICENSE VignetteBuilder: knitr Depends: R (>= 3.3) Imports: utils, AzureRMR (>= 2.0.0), AzureGraph (>= 1.1.0), openssl, httr, R6, processx Suggests: knitr, rmarkdown, testthat, uuid, MASS, bcrypt, randomForest, plumber, RestRserve, AzureKeyVault Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: libssl-dev Repository: https://azure.r-universe.dev Date/Publication: 2025-04-12 11:05:05 UTC RemoteUrl: https://github.com/azure/azurecontainers RemoteRef: HEAD RemoteSha: e1c3644eb2dd4e4167ad79d5816f1ef06a7011eb NeedsCompilation: no Packaged: 2026-07-03 12:44:58 UTC; root Author: Hong Ooi [aut, cre], Bill Liang [ctb] (Assistance debugging MMLS on Kubernetes), Ramkumar Chandrasekaran [ctb] (Original blog article on Dockerising MMLS), Microsoft [cph] Maintainer: Hong Ooi