mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Add compose exec command
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
8029db807c
commit
afac025a49
10 changed files with 284 additions and 0 deletions
|
|
@ -87,3 +87,7 @@ func (c *composeService) RunOneOffContainer(ctx context.Context, project *types.
|
|||
func (c *composeService) Remove(ctx context.Context, project *types.Project, options compose.RemoveOptions) ([]string, error) {
|
||||
return nil, errdefs.ErrNotImplemented
|
||||
}
|
||||
|
||||
func (c *composeService) Exec(ctx context.Context, project *types.Project, opts compose.RunOptions) error {
|
||||
return errdefs.ErrNotImplemented
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue