Skip to content

A program made to copy your files from your host to a container and vice versa.

License

Notifications You must be signed in to change notification settings

elvgarrui/docker-cp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCKER-CP

Install instructions:

$ pip install -r requirements.txt

$ pip install .

Usage:

$ docker run -d --name test fedora:25 /usr/bin/sleep

$ docker-cp --buffer-length=4 test:/etc/fedora-release .

$ docker-cp --buffer-length=4 READNE.md test:/home/

About

A program made to copy your files from your host to a container and vice versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages