mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
introduce --remove-orphans option
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
849fbed1ac
commit
4de01936f8
12 changed files with 145 additions and 59 deletions
|
|
@ -40,7 +40,7 @@ func (c *composeService) Pull(ctx context.Context, project *types.Project) error
|
|||
return errdefs.ErrNotImplemented
|
||||
}
|
||||
|
||||
func (c *composeService) Create(ctx context.Context, project *types.Project) error {
|
||||
func (c *composeService) Create(ctx context.Context, project *types.Project, opts compose.CreateOptions) error {
|
||||
return errdefs.ErrNotImplemented
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue