Skip to content

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

Merged
clue merged 2 commits intoclue:masterfrom
clue-labs:deprecated
Sep 19, 2019
Merged

Remove deprecated containerCopy() and containerCopyStream() methods and remove deprecated HostConfig parameter from containerStart()#55
clue merged 2 commits intoclue:masterfrom
clue-labs:deprecated

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