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

Method SwarmJoin

pkg/dryrun/dryrunclient.go:540–542  ·  view source on GitHub ↗
(ctx context.Context, options client.SwarmJoinOptions)

Source from the content-addressed store, hash-verified

538}
539
540func (d *DryRunClient) SwarmJoin(ctx context.Context, options client.SwarmJoinOptions) (client.SwarmJoinResult, error) {
541 return d.apiClient.SwarmJoin(ctx, options)
542}
543
544func (d *DryRunClient) SwarmGetUnlockKey(ctx context.Context) (client.SwarmGetUnlockKeyResult, error) {
545 return d.apiClient.SwarmGetUnlockKey(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected