MCPcopy Create free account

hub / github.com/docker/compose / functions

Functions2,102 in github.com/docker/compose

↓ 1 callersFunctionaddEdges
addEdges adds the corresponding graphviz representation of all edges in the given graph to the graphBuilder returns the same graphBuilder
pkg/compose/viz.go:122
↓ 1 callersMethodaddError
(prefix string, err error)
cmd/formatter/shortcut.go:61
↓ 1 callersFunctionaddNodes
addNodes adds the corresponding graphviz representation of all the nodes in the given graph to the graphBuilder returns the same graphBuilder
pkg/compose/viz.go:66
↓ 1 callersFunctionaddParentWithDownloadingChildren
addParentWithDownloadingChildren wires a parent task with N children whose non-zero totals trigger the " X.XMB / Y.YMB" suffix in prepareLineData's pr
cmd/display/tty_test.go:609
↓ 1 callersMethodaddProjectFlags
(f *pflag.FlagSet)
cmd/compose/compose.go:224
↓ 1 callersFunctionadditionalContexts
(contexts types.Mapping, targets map[string]string)
pkg/compose/build_bake.go:481
↓ 1 callersFunctionalive
(pid int)
internal/pidfile/pidfile_unix.go:30
↓ 1 callersFunctionallocateSpace
(lines int)
cmd/formatter/shortcut.go:370
↓ 1 callersFunctionalphaCommand
alphaCommand groups all experimental subcommands
cmd/compose/alpha.go:22
↓ 1 callersFunctionansiColorCode
Everything about ansiColorCode color https://hyperskill.org/learn/step/18193
cmd/formatter/colors.go:97
↓ 1 callersMethodapply
(project *types.Project, services []string)
cmd/compose/pull.go:80
↓ 1 callersMethodapply
(project *types.Project)
cmd/compose/run.go:73
↓ 1 callersFunctionapplyRunOptions
(project *types.Project, service *types.ServiceConfig, opts api.RunOptions)
pkg/compose/run.go:226
↓ 1 callersMethodattach
(ctx context.Context, project *types.Project, listener api.ContainerEventListener, selectedServices []string)
pkg/compose/attach.go:36
↓ 1 callersFunctionattachCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/attach.go:40
↓ 1 callersMethodattachContainer
(ctx context.Context, container containerType.Summary, listener api.ContainerEventListener)
pkg/compose/attach.go:66
↓ 1 callersMethodattachContainerStreams
(ctx context.Context, container string, tty bool, stdout, stderr io.WriteCloser)
pkg/compose/attach.go:105
↓ 1 callersFunctionbackendURL
backendURL generates a URL for the given API path. NOTE: Custom transport handles communication. The host is to create a valid URL for the Go http.Cl
internal/desktop/client.go:228
↓ 1 callersFunctionbindRequiresMountAPI
bindRequiresMountAPI check if Bind declaration can be implemented by the plain old Bind API or uses any of the advanced options which require use of M
pkg/compose/create.go:960
↓ 1 callersFunctionbridgeCommand
(p *ProjectOptions, dockerCli command.Cli)
cmd/compose/bridge.go:36
↓ 1 callersFunctionbuildBindOption
(bind *types.ServiceVolumeBind)
pkg/compose/create.go:1269
↓ 1 callersFunctionbuildCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/build.go:94
↓ 1 callersFunctionbuildConfigContentPromptMessage
(configs []string)
pkg/compose/publish.go:606
↓ 1 callersFunctionbuildContainerConfigMounts
(p types.Project, s types.ServiceConfig)
pkg/compose/create.go:1083
↓ 1 callersFunctionbuildContainerPortBindingOptions
(s types.ServiceConfig)
pkg/compose/create.go:829
↓ 1 callersFunctionbuildContainerPorts
(s types.ServiceConfig)
pkg/compose/create.go:801
↓ 1 callersFunctionbuildContainerSecretMounts
(p types.Project, s types.ServiceConfig)
pkg/compose/create.go:1133
↓ 1 callersFunctionbuildEnvPromptMessage
(services map[string]*serviceEnvFindings)
pkg/compose/publish.go:583
↓ 1 callersMethodbuildGroupTracker
(plan *Plan)
pkg/compose/executor_events.go:39
↓ 1 callersFunctionbuildImageOptions
(image *types.ServiceVolumeImage)
pkg/compose/create.go:1310
↓ 1 callersFunctionbuildMountOptions
(volume types.ServiceVolumeConfig)
pkg/compose/create.go:1242
↓ 1 callersMethodbuildProjectOptions
buildProjectOptions constructs compose-go ProjectOptions from API options
pkg/compose/loader.go:81
↓ 1 callersFunctionbuildTmpfsOptions
(tmpfs *types.ServiceVolumeTmpfs)
pkg/compose/create.go:1300
↓ 1 callersFunctionbuildVolumeOptions
(vol *types.ServiceVolumeVolume)
pkg/compose/create.go:1288
↓ 1 callersFunctionbuildWithBake
(dockerCli command.Cli)
pkg/compose/build_bake.go:54
↓ 1 callersFunctioncheckExists
(path string)
pkg/e2e/framework.go:188
↓ 1 callersMethodcheckForBindMount
(project *types.Project)
pkg/compose/publish.go:671
↓ 1 callersMethodcheckOnlyBuildSection
(project *types.Project)
pkg/compose/publish.go:653
↓ 1 callersFunctioncheckSelectedServices
(options api.DownOptions, project *types.Project)
pkg/compose/down.go:127
↓ 1 callersMethodcheckout
(ctx context.Context, path string, ref *gitutil.GitRef)
pkg/remote/git.go:195
↓ 1 callersMethodchildrenTasks
(parent string)
cmd/display/tty.go:258
↓ 1 callersFunctioncleanDockerPreviousLabels
(labels types.Labels)
pkg/compose/generate.go:235
↓ 1 callersFunctioncolorFn
(s api.EventStatus)
cmd/display/tty.go:653
↓ 1 callersFunctioncommandParameters
(cmd *cobra.Command)
docs/examples/provider.go:136
↓ 1 callersMethodcommit
(ctx context.Context, projectName string, options api.CommitOptions)
pkg/compose/commit.go:35
↓ 1 callersFunctioncommitCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/commit.go:44
↓ 1 callersFunctioncompleteProfileNames
(dockerCli command.Cli, p *ProjectOptions)
cmd/compose/completion.go:85
↓ 1 callersFunctioncompleteProjectNames
(dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/completion.go:62
↓ 1 callersFunctioncompleteScaleArgs
(cli command.Cli, p *ProjectOptions)
cmd/compose/completion.go:111
↓ 1 callersFunctioncomposeCommand
()
docs/examples/provider.go:47
↓ 1 callersFunctioncomposeFileAsByteReader
(ctx context.Context, filePath string, project *types.Project)
pkg/compose/publish.go:748
↓ 1 callersFunctioncomposeLogsHint
(appID string)
cmd/compose/hooks.go:35
↓ 1 callersFunctioncomputeOverflow
computeOverflow calculates how many characters the widest line exceeds the terminal width. Returns 0 or negative if all lines fit.
cmd/display/tty.go:462
↓ 1 callersMethodcomputeWidth
()
cmd/formatter/logs.go:138
↓ 1 callersFunctionconfigCommand
(p *ProjectOptions, dockerCli command.Cli)
cmd/compose/config.go:92
↓ 1 callersFunctionconfigContentLooksLiteral
configContentLooksLiteral returns true when the inline config.content has a literal portion that would be published as-is, leaking the value to consum
pkg/compose/publish.go:556
↓ 1 callersMethodconfirmOrCancel
confirmOrCancel runs an interactive yes/no prompt and returns: - the prompt's error verbatim, if it failed; - api.ErrCanceled if the user declined; -
pkg/compose/publish.go:457
↓ 1 callersMethodconnectNetwork
( ctx context.Context, nwName string, containers Containers, config *network.EndpointSettings, )
pkg/compose/create.go:1527
↓ 1 callersMethodconnectPreStartExtraNetworks
connectPreStartExtraNetworks mirrors the createMobyContainer fallback path for older API versions: ContainerCreate only accepts one EndpointsConfig, s
pkg/compose/pre_start.go:192
↓ 1 callersMethodconsume
(nodeKey string)
pkg/compose/dependencies.go:194
↓ 1 callersMethodconsumeEventsInBackground
(ctx context.Context)
pkg/watch/notify_test.go:560
↓ 1 callersFunctioncontainerDetail
(service string, id string, status container.ContainerState, imageName string)
pkg/compose/images_test.go:103
↓ 1 callersFunctioncontainerDetails
(service string, id string, status containerType.ContainerState, health containerType.HealthStatus, exitCode i
pkg/compose/ps_test.go:98
↓ 1 callersFunctioncontainerEvents
(containers Containers, eventFunc func(string) api.Resource)
pkg/compose/convergence.go:137
↓ 1 callersFunctioncontainerNumberFilter
(index int)
pkg/compose/filters.go:53
↓ 1 callersFunctioncontainerReasonEvents
(containers Containers, eventFunc func(string, string) api.Resource, reason string)
pkg/compose/convergence.go:145
↓ 1 callersFunctioncontainerToState
(containers []container.Summary)
pkg/compose/ls.go:87
↓ 1 callersFunctionconvert
(ctx context.Context, dockerCli command.Cli, model map[string]any, opts ConvertOptions)
pkg/bridge/convert.go:83
↓ 1 callersFunctionconvertCommand
(p *ProjectOptions, dockerCli command.Cli)
cmd/compose/bridge.go:49
↓ 1 callersMethodcopy
(ctx context.Context, projectName string, options api.CopyOptions)
pkg/compose/cp.go:51
↓ 1 callersFunctioncopyCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/cp.go:42
↓ 1 callersMethodcopyFileToContainer
(ctx context.Context, id, content string, file types.FileReferenceConfig)
pkg/compose/secrets.go:125
↓ 1 callersFunctioncopyLocalConfig
(t testing.TB, configDir string)
pkg/e2e/framework.go:123
↓ 1 callersFunctioncountServiceBuilds
countServiceBuilds counts how many times a service was built by matching the "naming to *{projectName}-{serviceName}* done" pattern in the output
pkg/e2e/compose_run_build_once_test.go:92
↓ 1 callersFunctioncreateAndPushManifest
(ctx context.Context, resolver remotes.Resolver, named reference.Named, layers []v1.Descriptor, ociVersion api
internal/oci/push.go:140
↓ 1 callersMethodcreateBuffer
Creates space to print error and menu string
cmd/formatter/shortcut.go:127
↓ 1 callersFunctioncreateCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/create.go:55
↓ 1 callersMethodcreateContainer
(ctx context.Context, project *types.Project, service types.ServiceConfig, name string, number int, opts crea
pkg/compose/convergence.go:306
↓ 1 callersMethodcreatePreStartContainer
( ctx context.Context, project *types.Project, service types.ServiceConfig, ctr container.Summary, hook type
pkg/compose/pre_start.go:125
↓ 1 callersMethodcreateProjectFromContainers
(containers []container.Summary, projectName string)
pkg/compose/generate.go:68
↓ 1 callersMethodcreateRemoteLoaders
createRemoteLoaders creates Git and OCI remote loaders if not in offline mode
pkg/compose/loader.go:71
↓ 1 callersFunctioncreateTar
(env string, config types.FileReferenceConfig)
pkg/compose/secrets.go:139
↓ 1 callersFunctioncreateTransformerCommand
(dockerCli command.Cli)
cmd/compose/bridge.go:143
↓ 1 callersFunctiondedupeEntries
Dedupe the entries with last-entry-wins semantics.
internal/sync/tar.go:342
↓ 1 callersFunctiondefaultStringArrayVar
get default value for a command line flag that is set by a coma-separated value in environment variable
cmd/compose/compose.go:240
↓ 1 callersFunctiondialNamedPipe
(_ context.Context, _ string)
internal/memnet/conn_unix.go:30
↓ 1 callersFunctiondirContents
(dir string)
pkg/e2e/framework.go:193
↓ 1 callersFunctiondisableFlagsInUseLine
(cmd *cobra.Command)
docs/yaml/main/generate.go:69
↓ 1 callersMethoddisconnectNetwork
( ctx context.Context, nwName string, containers Containers, )
pkg/compose/create.go:1509
↓ 1 callersMethoddisplayDryRunBuildEvent
(name, dryRunUUID, tag string)
pkg/compose/build_bake.go:591
↓ 1 callersFunctiondisplayTransformer
(dockerCli command.Cli, transformers []image.Summary, options lsOptions)
cmd/compose/bridge.go:109
↓ 1 callersMethoddoBuildBake
(ctx context.Context, project *types.Project, serviceToBeBuild types.Services, options api.BuildOptions)
pkg/compose/build_bake.go:118
↓ 1 callersMethoddoBuildClassic
(ctx context.Context, project *types.Project, serviceToBuild types.Services, options api.BuildOptions)
pkg/compose/build_classic.go:48
↓ 1 callersMethoddoBuildImage
nolint:gocyclo
pkg/compose/build_classic.go:121
↓ 1 callersMethoddown
(ctx context.Context, projectName string, options api.DownOptions)
pkg/compose/down.go:44
↓ 1 callersFunctiondownCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/down.go:44
↓ 1 callersMethoddryRunBake
(cfg bakeConfig)
pkg/compose/build_bake.go:578
↓ 1 callersFunctionemitDoneEvent
emitDoneEvent emits the appropriate Done event for an ungrouped node.
pkg/compose/executor_events.go:132
↓ 1 callersFunctionemitErrorEvent
emitErrorEvent emits an error event for an ungrouped node.
pkg/compose/executor_events.go:156
↓ 1 callersFunctionemitStartEvent
emitStartEvent emits the appropriate Working event for an ungrouped node.
pkg/compose/executor_events.go:108
← previousnext →601–700 of 2,102, ranked by callers