[question] How do run equivilent of docker cp <source> <container-name>:<destination> · Issue #349 · docker-php/docker-php · GitHub
Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

[question] How do run equivilent of docker cp <source> <container-name>:<destination> #349

Description

@dambrogia

Really impressed with this package. However there is a lot going on and the documentation is decently limited (which is understandable).

In my deployment workflow, I need to copy directories as well as individual files into my container.

If I'm running docker on the CLI, I would run something like this:

docker cp <source_file_or_dir> <container-name>:<destination_in_container>

How can I mock this functionality with this library?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions