introduce --remove-orphans option

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-01-06 14:23:37 +01:00
parent 849fbed1ac
commit 4de01936f8
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E
12 changed files with 145 additions and 59 deletions

View file

@ -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
}