-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
37 lines (37 loc) · 1.47 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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