dockerImage-class: docker Class uses the

Description Methods Examples

Description

dockerImage is a generator object.

Methods

history(...)

Return the history of the image.

...:

Additional arguments to pass to httr functions GET, POST etc.

inspect(...)

Return low-level information on the image.

...:

Additional arguments to pass to httr functions GET, POST etc.

remove(force = FALSE, noprune = FALSE, ...)

Remove an image

force:

1/True/true or 0/False/false, default false.

noprune:

1/True/true or 0/False/false, default false.

...:

Additional arguments to pass to httr functions GET, POST etc.

Examples

1
2
3
4
5
6
7
8
## Not run: 
myConfig <- httr::config(sslcert = "../../certs/cert.pem"
, sslkey = "../../certs/key.pem"
, sslversion=1L, ssl.verifypeer = FALSE)
dckr <- docker("https://192.168.59.103:2376", myConfig)
dckr$getContainers()

## End(Not run)

johndharrison/dockerAPI documentation built on May 19, 2019, 5:13 p.m.