1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/container
Sebastiaan van Stijn b654b6244d
Improve description of Running and Paused booleans
Commit abd72d4008 added
a "FIXME" comment to the container "State", mentioning
that a container cannot be both "Running" and "Paused".

This comment was incorrect, because containers on
Linux actually _must_ be running in order to be
paused.

This patch adds additional information both in a
comment, and in the API documentation to clarify
that these booleans are not mutually exclusive.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-05-19 12:29:54 +02:00
..
stream
archive.go
container.go Adding network specific options to service create/update 2017-05-17 18:46:34 -07:00
container_linux.go
container_notlinux.go
container_unit_test.go
container_unix.go
container_windows.go
env.go
env_test.go
health.go
history.go
memory_store.go
memory_store_test.go
monitor.go
mounts_unix.go
mounts_windows.go
state.go Improve description of Running and Paused booleans 2017-05-19 12:29:54 +02:00
state_solaris.go
state_test.go
state_unix.go
state_windows.go
store.go