docker_cp | R Documentation |
Copy files to and from running Docker container
docker_cp(origin, dest)
origin |
Origin filepath |
dest |
Destination filepath |
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.
Logical
Other private-docker:
container-class
,
docker_build()
,
docker_cmd()
,
docker_img_rm()
,
docker_ps_count()
,
docker_pull()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.