Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

CopyToContainer #233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

CopyToContainer #233

wants to merge 1 commit into from

Conversation

ehazlett
Copy link
Collaborator

This adds support for copying archives to a container.

@@ -26,7 +27,7 @@ const (
// (v1.17) and
// ListVolumes, {Remove,Create}Volume, ListNetworks,
// {Inspect,Create,Connect,Disconnect,Remove}Network (v1.21)
APIVersion = "v1.15"
APIVersion = "v1.20"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you HAVE to bump the api ? It will have some side effects (swarm not being able to talk to engine with version < 1.20)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya unfortunately I don't think copy to container functionality was added then. Although I think we still send the request so perhaps I can just leave it 1.15 for now.

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants