Export a service container's filesystem as a tar archive
(ctx context.Context, projectName string, options ExportOptions)
| 141 | Scale(ctx context.Context, project *types.Project, options ScaleOptions) error |
| 142 | // Export a service container's filesystem as a tar archive |
| 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 |
no outgoing calls
no test coverage detected