-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
38 lines (37 loc) · 907 Bytes
/
NAMESPACE
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
38
# Generated by roxygen2: do not edit by hand
S3method(as.container,character)
S3method(as.container,container)
S3method(as.container,list)
S3method(as.data.frame,dckr_cntrs)
S3method(as.data.frame,dckr_imgs)
S3method(as.image,character)
S3method(as.image,image)
S3method(as.image,list)
S3method(docker_cmd,localhost)
S3method(docker_cmd,ssh_host)
S3method(print,container)
S3method(print,dckr_version)
S3method(print,image)
S3method(print,localhost)
S3method(print,ssh_host)
export(as.container)
export(as.image)
export(container_logs)
export(container_rm)
export(container_running)
export(container_stop)
export(container_update_info)
export(containers)
export(docker_cmd)
export(docker_inspect)
export(docker_pull)
export(docker_run)
export(image_rm)
export(images)
export(localhost)
export(ssh_host)
export(version)
import(jsonlite)
import(sys)
importFrom(scales,comma)
importFrom(utils,capture.output)