Skip to content

Commit

Permalink
Merge pull request containers#7084 from TomSweeneyRedHat/dev/tsweeney…
Browse files Browse the repository at this point in the history
…/exp_api

Remove 'experimental' from API doc
  • Loading branch information
openshift-merge-robot authored Jul 26, 2020
2 parents c2deeff + ba6a182 commit 11e8e65
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkg/api/server/docs.go
Original file line number Diff line number Diff line change
@@ -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 Podman’s unique
// features such as pods.
//
// To start the service and keep it running for 5,000 seconds (-t 0 runs forever):
//
Expand Down

0 comments on commit 11e8e65

Please sign in to comment.