mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Remove 'experimental' from API doc
The v2.0 reference [page](http://docs.podman.io/en/latest/Reference.html) lists the API as experimental. Removed that word and reworked the first paragraph a bit based on verbiage that @mheon put together for the API intro blog. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
@ -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
|
// This documentation describes the Podman v2.0 RESTful API.
|
||||||
// only as experimental as this point. The endpoints, parameters, inputs, and
|
// It replaces the Podman v1.0 API and was initially delivered
|
||||||
// return values can all change.
|
// along with Podman v2.0. It consists of a Docker-compatible
|
||||||
|
// API and a Libpod API providing support for Podman’s unique
|
||||||
|
// features such as pods.
|
||||||
//
|
//
|
||||||
// To start the service and keep it running for 5,000 seconds (-t 0 runs forever):
|
// To start the service and keep it running for 5,000 seconds (-t 0 runs forever):
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user