R/zzz.R

Defines functions onLoad

#' This is the docker instance corresponding to [docker](https://docker-py.readthedocs.io/en/stable/index.html) module of the docker Python SDK.
#' @export
docker <- NULL

.onLoad <- function(libname, pkgname) {
  docker <<- reticulate::import("docker", delay_load = TRUE)
}

Try the docker package in your browser

Any scripts or data that you put into this service are public.

docker documentation built on July 15, 2017, 9:02 a.m.