almoehi / reactive-docker

A fully reactive scala client for the docker remote API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to support v14

almoehi opened this issue · comments

Changes:

New! The hostConfig option now accepts the field CapAdd, which specifies a list of capabilities to add, and the field CapDrop, which specifies a list of capabilities to drop.

POST /images/create

New! The fromImage and repo parameters now supports the repo:tag format. Consequently, the tag parameter is now obsolete. Using the new format and the tag parameter at the same time will return an error.