We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c7619 commit c9d04c7Copy full SHA for c9d04c7
1 file changed
cli/command/formatter/container.go
@@ -218,7 +218,8 @@ func (c *ContainerContext) Ports() string {
218
return DisplayablePorts(c.c.Ports)
219
}
220
221
-// State returns the container's current state (e.g. "running" or "paused")
+// State returns the container's current state (e.g. "running" or "paused").
222
+// Refer to [container.ContainerState] for possible states.
223
func (c *ContainerContext) State() string {
224
return c.c.State
225
0 commit comments