Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow docker cp to copy host->container, container->host, container->container #6580

Closed
wants to merge 17 commits into from

Commits on Jun 27, 2014

  1. add test

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    880c974 View commit details
    Browse the repository at this point in the history
  2. add scp style

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    e80fef8 View commit details
    Browse the repository at this point in the history
  3. add basic support for container to container

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    3820e2e View commit details
    Browse the repository at this point in the history
  4. improve test

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    3bd19d8 View commit details
    Browse the repository at this point in the history
  5. basic cli docs

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    aa6ff9b View commit details
    Browse the repository at this point in the history
  6. use container.getResourcePath

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    b217741 View commit details
    Browse the repository at this point in the history
  7. update wording

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    3ae0d8e View commit details
    Browse the repository at this point in the history
  8. use two jobs

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    aec2717 View commit details
    Browse the repository at this point in the history
  9. use URL

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    b98bad6 View commit details
    Browse the repository at this point in the history
  10. fix use of getResourcePath

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    35d1e03 View commit details
    Browse the repository at this point in the history
  11. add stat before cp

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    f461b3f View commit details
    Browse the repository at this point in the history
  12. update test

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    802efc7 View commit details
    Browse the repository at this point in the history
  13. allow file

    Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
    vieux committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    a4592dc View commit details
    Browse the repository at this point in the history
  14. fix docker cp file container:/

    Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: tiborvass)
    tiborvass committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    9aaa8e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2014

  1. Merge pull request #7 from tiborvass/fix-cp-host-container-to-root

    Fix cp host container to root
    vieux committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    f0649c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2014

  1. Update bash-completion for bidirectional "docker cp"

    Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
    tianon committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    a4b0eb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from tianon/scp-bash-completion

    Update bash-completion for bidirectional "docker cp"
    vieux committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    2b4fb49 View commit details
    Browse the repository at this point in the history