mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #33423 from gesellix/swagger-docs-typo
Fix typo in swagger doc
This commit is contained in:
commit
d192db0d93
1 changed files with 1 additions and 1 deletions
|
@ -3124,7 +3124,7 @@ paths:
|
||||||
all processes in the container. Freezing the process requires the process to
|
all processes in the container. Freezing the process requires the process to
|
||||||
be running. As a result, paused containers are both `Running` _and_ `Paused`.
|
be running. As a result, paused containers are both `Running` _and_ `Paused`.
|
||||||
|
|
||||||
Use the `Status` field instead to determin if a container's state is "running".
|
Use the `Status` field instead to determine if a container's state is "running".
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
Paused:
|
Paused:
|
||||||
description: "Whether this container is paused."
|
description: "Whether this container is paused."
|
||||||
|
|
Loading…
Add table
Reference in a new issue