docker_cp: Copy files to and from container

View source: R/docker.R

docker_cpR Documentation

Copy files to and from container

Description

Copy files to and from running Docker container

Usage

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()


ropensci/outsider.base documentation built on June 21, 2022, 7:39 p.m.