MCPcopy Create free account
hub / github.com/docker/compose / ServiceCreate

Method ServiceCreate

pkg/dryrun/dryrunclient.go:500–502  ·  view source on GitHub ↗
(ctx context.Context, options client.ServiceCreateOptions)

Source from the content-addressed store, hash-verified

498}
499
500func (d *DryRunClient) ServiceCreate(ctx context.Context, options client.ServiceCreateOptions) (client.ServiceCreateResult, error) {
501 return d.apiClient.ServiceCreate(ctx, options)
502}
503
504func (d *DryRunClient) ServiceInspect(ctx context.Context, serviceID string, options client.ServiceInspectOptions) (client.ServiceInspectResult, error) {
505 return d.apiClient.ServiceInspect(ctx, serviceID, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected