CRAN
docker 0.0.2
Wraps Docker Python SDK
Released Jul 15, 2017 by Bhaskar Karambelkar
Dependencies
Allows accessing 'Docker' 'SDK' from 'R' via the 'Docker' 'Python' 'SDK' using the 'reticulate' package. This is a very thin wrapper that tries to do very little and get out of the way. The user is expected to know how to use the 'reticulate' package to access 'Python' modules, and how the 'Docker' 'Python' 'SDK' works.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>docker</artifactId> <version>0.0.2-b10</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:docker')
Test Results
This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.