mirror of
https://github.com/containers/podman.git
synced 2025-06-10 09:47:25 +08: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:
@ -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:
|
||||
|
Reference in New Issue
Block a user