You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ContainerCreated=container.StateCreated// StateCreated indicates the container is created, but not (yet) started.
28
-
ContainerRunning=container.StateRunning// StateRunning indicates that the container is running.
29
-
ContainerPaused=container.StatePaused// StatePaused indicates that the container's current state is paused.
30
-
ContainerRestarting=container.StateRestarting// StateRestarting indicates that the container is currently restarting.
31
-
ContainerRemoving=container.StateRemoving// StateRemoving indicates that the container is being removed.
32
-
ContainerExited=container.StateExited// StateExited indicates that the container exited.
33
-
ContainerDead=container.StateDead// StateDead indicates that the container failed to be deleted. Containers in this state are attempted to be cleaned up when the daemon restarts.
0 commit comments