Skip to content

Prevent users from stopping paused instances #87

@johannesduesing

Description

@johannesduesing

Describe the problem
Currently the registry allows users to call /stop on an instance which is in state Paused. However, Docker does not actually support this operation on paused containers, which causes the docker call to fail.

Describe the solution you would like
The registry should not execute a stop operation when the instance is in state Paused. Instead, the HTTP response should state a 400 Bad Request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions