38 строки
1.5 KiB
Plaintext
38 строки
1.5 KiB
Plaintext
Package: AzureContainers
|
|
Title: Interface to 'Container Instances', 'Docker Registry' and 'Kubernetes' in 'Azure'
|
|
Version: 1.3.2
|
|
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/product-categories/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
|
|
Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE)
|
|
RoxygenNote: 7.1.1
|