API · source category: Developer Tools
Docker Engine API
The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything t…
The Engine API is an HTTP API served by Docker Engine. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. Most of the client's commands map directly to API endpoints (e.g. docker ps is GET /containers/json). The notable exception is running containers, which consists of several API calls. # Errors The API uses standard HTTP status codes to indicate the success or failure of the API call. The body of the response will be JSON in the following format: { "message": "page not found" } # Versioning The API is usually changed in each release of Docker, so API calls are versioned to ensure that clients don't break. For Docker Engine 17.09, the API version is 1.32. To lock to this version, you prefix the URL with /…
Record
- Type
- Web API
- Category
- Developer Tools
- Authentication
- Token
- Pricing
- Free
- Base URL
- https://raw.githubusercontent.com
- Free tier
- Public OpenAPI specification
Fields are reproduced from the source registry as-is. “Unknown” means the source did not describe the field — it is not an inference. See the methodology for how records are collected and normalised.
Tags
- Developer Tools
Similar APIs in Developer Tools
- 1,000,000+ Recipe and Grocery List API (v2) #Documentation This is the documentation for the partner endpoint of the BigOven Recipe and Grocery List API. The update brings with it Swa…
- Accounting API Welcome to the Accounting API. You can use this API to access all Accounting API endpoints. ## Base URL The base URL for all API requests i…
- Airbyte Configuration API Airbyte Configuration API https://airbyte.io. This API is a collection of HTTP RPC-style methods. While it is not a REST API, those familia…
- Airline Code Lookup API Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also b…
- Airport & City Search Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also b…
- Airport Nearest Relevant Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also b…
Browse all Developer Tools APIs.