Merge pull request #7084 from TomSweeneyRedHat/dev/tsweeney/exp_api

Remove 'experimental' from API doc
This commit is contained in:
OpenShift Merge Robot
2020-07-26 13:19:36 +02:00
committed by GitHub

View File

@ -1,8 +1,10 @@
// Package api Provides a container compatible interface. (Experimental)
// Package api Provides a container compatible interface.
//
// This documentation describes the HTTP Libpod interface. It is to be considered
// only as experimental as this point. The endpoints, parameters, inputs, and
// return values can all change.
// This documentation describes the Podman v2.0 RESTful API.
// It replaces the Podman v1.0 API and was initially delivered
// along with Podman v2.0. It consists of a Docker-compatible
// API and a Libpod API providing support for Podmans unique
// features such as pods.
//
// To start the service and keep it running for 5,000 seconds (-t 0 runs forever):
//