Create a new image from a service container's changes
(ctx context.Context, projectName string, options CommitOptions)
| 143 | Export(ctx context.Context, projectName string, options ExportOptions) error |
| 144 | // Create a new image from a service container's changes |
| 145 | Commit(ctx context.Context, projectName string, options CommitOptions) error |
| 146 | // Generate generates a Compose Project from existing containers |
| 147 | Generate(ctx context.Context, options GenerateOptions) (*types.Project, error) |
| 148 | // Volumes executes the equivalent to a `docker volume ls` |
no outgoing calls
no test coverage detected