docker_cp: Copy files to and from container

Description Usage Arguments Details Value See Also

View source: R/docker.R

Description

Copy files to and from running Docker container

Usage

1
docker_cp(origin, dest)

Arguments

origin

Origin filepath

dest

Destination filepath

Details

Container folders are indicated with [container_id]:[filepath]. Files are uploaded/downloaded to/from the server based on the presence of ":" in origin/dest file paths.

Value

Logical

See Also

Other private-docker: container-class, docker_build(), docker_cmd(), docker_img_rm(), docker_ps_count(), docker_pull()


outsider.base documentation built on April 19, 2021, 1:06 a.m.