forked from containers/podman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI:DOCS] Set all operation id to be compatibile
Libpod operation id's changed to better match compatibile id Builds on containers#9123 and corrects a duplicated ID. Signed-off-by: Jhon Honce <[email protected]>
- Loading branch information
Showing
20 changed files
with
135 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Package api Provides a container compatible interface. | ||
// Package api Provides an API for the Libpod library | ||
// | ||
// This documentation describes the Podman v2.0 RESTful API. | ||
// It replaces the Podman v1.0 API and was initially delivered | ||
|
@@ -21,22 +21,22 @@ | |
// | ||
// 'podman info' | ||
// | ||
// curl --unix-socket /run/podman/podman.sock http://d/v1.0.0/libpod/info | ||
// curl --unix-socket /run/podman/podman.sock http://d/v3.0.0/libpod/info | ||
// | ||
// 'podman pull quay.io/containers/podman' | ||
// | ||
// curl -XPOST --unix-socket /run/podman/podman.sock -v 'http://d/v1.0.0/images/create?fromImage=quay.io%2Fcontainers%2Fpodman' | ||
// curl -XPOST --unix-socket /run/podman/podman.sock -v 'http://d/v3.0.0/images/create?fromImage=quay.io%2Fcontainers%2Fpodman' | ||
// | ||
// 'podman list images' | ||
// | ||
// curl --unix-socket /run/podman/podman.sock -v 'http://d/v1.0.0/libpod/images/json' | jq | ||
// curl --unix-socket /run/podman/podman.sock -v 'http://d/v3.0.0/libpod/images/json' | jq | ||
// | ||
// Terms Of Service: | ||
// | ||
// Schemes: http, https | ||
// Host: podman.io | ||
// BasePath: / | ||
// Version: 0.0.1 | ||
// Version: 3.2.0 | ||
// License: Apache-2.0 https://opensource.org/licenses/Apache-2.0 | ||
// Contact: Podman <[email protected]> https://podman.io/community/ | ||
// | ||
|
@@ -47,8 +47,8 @@ | |
// | ||
// Produces: | ||
// - application/json | ||
// - application/octet-stream | ||
// - text/plain | ||
// - text/html | ||
// | ||
// Consumes: | ||
// - application/json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.