dockworker icon indicating copy to clipboard operation
dockworker copied to clipboard

specify api version

Open eldesh opened this issue 7 years ago • 1 comments

Dockworker uses / as the base path. So the latest version of api is used. But now, only v1.26 is officialy supported. (bound of resource of @eldesh)

  • Add fix version api (at least)
  • Check version with using /version (or /_ping ?) .
  • Separate types with api version (how to abstract ?)
    • mod::v1_26::create_image or any other style

eldesh avatar Nov 15 '18 11:11 eldesh

At least, reflect the value of the DOCKER_API_VERSION (https://docs.docker.com/develop/sdk/).

eldesh avatar Feb 21 '19 07:02 eldesh