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: <https://azure.microsoft.com/en-us/products/category/containers/>. 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
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2025-04-12 08:19:43 UTC; hongo
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 <hongooi73@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-12 08:30:08 UTC
Built: R 4.6.0; ; 2025-11-13 04:47:31 UTC; windows
