Package: stevedore 0.9.6
stevedore: Docker Client
Work with containers over the Docker API. Rather than using system calls to interact with a docker client, using the API directly means that we can receive richer information from docker. The interface in the package is automatically generated using the 'OpenAPI' (a.k.a., 'swagger') specification, and all return values are checked in order to make them type stable.
Authors:
stevedore_0.9.6.tar.gz
stevedore_0.9.6.zip(r-4.5)stevedore_0.9.6.zip(r-4.4)stevedore_0.9.6.zip(r-4.3)
stevedore_0.9.6.tgz(r-4.4-any)stevedore_0.9.6.tgz(r-4.3-any)
stevedore_0.9.6.tar.gz(r-4.5-noble)stevedore_0.9.6.tar.gz(r-4.4-noble)
stevedore_0.9.6.tgz(r-4.4-emscripten)stevedore_0.9.6.tgz(r-4.3-emscripten)
stevedore.pdf |stevedore.html✨
stevedore/json (API)
NEWS
# Install 'stevedore' in R: |
install.packages('stevedore', repos = c('https://richfitz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/richfitz/stevedore/issues
Last updated 1 years agofrom:668d7c9a3a. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 09 2024 |
R-4.5-win | NOTE | Dec 09 2024 |
R-4.5-linux | NOTE | Dec 09 2024 |
R-4.4-win | NOTE | Dec 09 2024 |
R-4.4-mac | NOTE | Dec 09 2024 |
R-4.3-win | OK | Dec 09 2024 |
R-4.3-mac | OK | Dec 09 2024 |
Exports:docker_availabledocker_client
Cookbook
Rendered fromcookbook.Rmd
usingknitr::rmarkdown
on Dec 09 2024.Last update: 2020-01-12
Started: 2019-03-04
Examples and use-cases
Rendered fromexamples.Rmd
usingknitr::rmarkdown
on Dec 09 2024.Last update: 2020-01-12
Started: 2018-01-11
Using docker with stevedore
Rendered fromstevedore.Rmd
usingknitr::rmarkdown
on Dec 09 2024.Last update: 2021-10-22
Started: 2017-11-23