elvgarrui / docker-cp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%