mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
Trying to start a container that is already running is not an error condition, so a `304 Not Modified` should be returned instead of a `409 Conflict`. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>