Merge pull request #6638 from jwhonce/issues/6548

[CI:DOCS] Fixes #6548
This commit is contained in:
OpenShift Merge Robot
2020-06-17 11:20:51 +02:00
committed by GitHub

View File

@ -19,6 +19,7 @@ func (s *APIServer) registerPingHandlers(r *mux.Router) error {
// Return protocol information in response headers.
// `HEAD /libpod/_ping` is also supported.
// `/_ping` is available for compatibility with other engines.
// The '_ping' endpoints are not versioned.
// tags:
// - system (compat)
// - system