Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
| ... | ... |
@@ -1162,6 +1162,26 @@ Show the docker version information |
| 1162 | 1162 |
- **200** – no error |
| 1163 | 1163 |
- **500** – server error |
| 1164 | 1164 |
|
| 1165 |
+### Ping the docker server |
|
| 1166 |
+ |
|
| 1167 |
+`GET /_ping` |
|
| 1168 |
+ |
|
| 1169 |
+Ping the docker server |
|
| 1170 |
+ |
|
| 1171 |
+ **Example request**: |
|
| 1172 |
+ |
|
| 1173 |
+ GET /_ping HTTP/1.1 |
|
| 1174 |
+ |
|
| 1175 |
+ **Example response**: |
|
| 1176 |
+ |
|
| 1177 |
+ HTTP/1.1 200 OK |
|
| 1178 |
+ |
|
| 1179 |
+ OK |
|
| 1180 |
+ |
|
| 1181 |
+ Status Codes: |
|
| 1182 |
+ |
|
| 1183 |
+ - **200** - no error |
|
| 1184 |
+ |
|
| 1165 | 1185 |
### Create a new image from a container's changes |
| 1166 | 1186 |
|
| 1167 | 1187 |
`POST /commit` |