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

Remove deprecated containerCopy() and containerCopyStream() methods and remove deprecated HostConfig parameter from containerStart() #55

Merged
merged 2 commits into from
Sep 19, 2019

Conversation

clue
Copy link
Owner

@clue clue commented Sep 19, 2019

Use containerArchive() and containerArchiveStream() instead.

The HostConfig was removed with Docker Engine API v1.24 (Docker v1.12)
and has been deprecated since at least Docker v1.6. Pass the HostConfig
to containerCreate() instead.

Builds on top of #48

The HostConfig was removed with Docker Engine API v1.24 (Docker v1.12)
and has been deprecated since at least Docker v1.6. Pass the HostConfig
to `containerCreate()` instead.
@clue clue added this to the v1.0.0 milestone Sep 19, 2019
Use `containerArchive()` and `containerArchiveStream()` instead.
@clue clue merged commit 3792fd4 into clue:master Sep 19, 2019
@clue clue deleted the deprecated branch September 19, 2019 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant