// Variables for interactive containers, these have very specialized use-cases (e.g. debugging)
// and shouldn't be used for general purpose containers.
Stdinbool`json:"stdin,omitempty" description:"Whether this container should allocate a buffer for stdin in the container runtime; default is false"`
TTYbool`json:"tty,omitempty" description:"Whether this container should allocate a TTY for itself, also requires 'stdin' to be true; default is false"`
Stdinbool`json:"stdin,omitempty"`
TTYbool`json:"tty,omitempty"`
}
// Handler defines a specific action that should be taken
...
...
@@ -2213,30 +2213,30 @@ type RangeAllocation struct {
// types to the API. It consists of one or more Versions of the api.