Closed clue closed 5 years ago
Use containerArchive() and containerArchiveStream() instead.
containerArchive()
containerArchiveStream()
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.
containerCreate()
Builds on top of #48
Use
containerArchive()
andcontainerArchiveStream()
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