mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Merge pull request #1163 from docker/stop-on-ctrlc
Stop project on Ctrl+C
This commit is contained in:
commit
3f474143ad
10 changed files with 102 additions and 12 deletions
|
|
@ -48,6 +48,10 @@ func (c *composeService) Start(ctx context.Context, project *types.Project, cons
|
|||
return errdefs.ErrNotImplemented
|
||||
}
|
||||
|
||||
func (c *composeService) Stop(ctx context.Context, project *types.Project, consumer compose.LogConsumer) error {
|
||||
return errdefs.ErrNotImplemented
|
||||
}
|
||||
|
||||
func (c *composeService) Up(context.Context, *types.Project, compose.UpOptions) error {
|
||||
return errdefs.ErrNotImplemented
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue