mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-28 11:17:59 +00:00
Update API documentation for Inspect
Most importantly, note the pruning behavior of compat Inspect. Less importantly, note that the Tty parameter to Start is only ignored, as opposed to being not supported. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
parent
08d04c2e05
commit
1641f4fc0d
1 changed files with 3 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ func (s *APIServer) registerExecHandlers(r *mux.Router) error {
|
|||
// description: Detach from the command. Not presently supported.
|
||||
// Tty:
|
||||
// type: boolean
|
||||
// description: Allocate a pseudo-TTY. Not presently supported.
|
||||
// description: Allocate a pseudo-TTY. Presently ignored.
|
||||
// produces:
|
||||
// - application/json
|
||||
// responses:
|
||||
|
|
@ -153,7 +153,7 @@ func (s *APIServer) registerExecHandlers(r *mux.Router) error {
|
|||
// tags:
|
||||
// - exec (compat)
|
||||
// summary: Inspect an exec instance
|
||||
// description: Return low-level information about an exec instance.
|
||||
// description: Return low-level information about an exec instance. Stale (stopped) exec sessions will be auto-removed after inspect runs.
|
||||
// parameters:
|
||||
// - in: path
|
||||
// name: id
|
||||
|
|
@ -267,7 +267,7 @@ func (s *APIServer) registerExecHandlers(r *mux.Router) error {
|
|||
// description: Detach from the command. Not presently supported.
|
||||
// Tty:
|
||||
// type: boolean
|
||||
// description: Allocate a pseudo-TTY. Not presently supported.
|
||||
// description: Allocate a pseudo-TTY. Presently ignored.
|
||||
// produces:
|
||||
// - application/json
|
||||
// responses:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue