We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changes:
GET /version
New! This endpoint now returns Os, Arch and KernelVersion.
POST /containers/create POST /containers/(id)/start
New! You can set ulimit settings to be used within the container.
GET /info
New! This endpoint now returns SystemTime, HttpProxy,HttpsProxy and NoProxy.
GET /images/json
New! Added a RepoDigests field to include image digest information.
POST /build
New! Builds can now set resource constraints for all containers created for the build.
New! (CgroupParent) can be passed in the host config to setup container cgroups under a specific cgroup.
New! Closing the HTTP request will now cause the build to be canceled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Changes:
GET /version
New! This endpoint now returns Os, Arch and KernelVersion.
POST /containers/create POST /containers/(id)/start
New! You can set ulimit settings to be used within the container.
GET /info
New! This endpoint now returns SystemTime, HttpProxy,HttpsProxy and NoProxy.
GET /images/json
New! Added a RepoDigests field to include image digest information.
POST /build
New! Builds can now set resource constraints for all containers created for the build.
New! (CgroupParent) can be passed in the host config to setup container cgroups under a specific cgroup.
POST /build
New! Closing the HTTP request will now cause the build to be canceled.
The text was updated successfully, but these errors were encountered: