MCPcopy Create free account

hub / github.com/docker/compose / functions

Functions2,102 in github.com/docker/compose

↓ 1 callersFunctionDial
(ctx context.Context, network, addr string)
internal/memnet/conn.go:36
↓ 1 callersMethodDir
(path string)
pkg/remote/oci.go:197
↓ 1 callersMethodDistributionInspect
(ctx context.Context, imageName string, options client.DistributionInspectOptions)
pkg/dryrun/dryrunclient.go:384
↓ 1 callersMethodDockerEndpoint
DockerEndpoint mocks base method.
pkg/mocks/mock_docker_cli.go:136
↓ 1 callersMethodDown
(ctx context.Context, projectName string, options api.DownOptions)
pkg/compose/down.go:38
↓ 1 callersMethodEnableDetach
(detach func())
cmd/formatter/shortcut.go:366
↓ 1 callersMethodEnableWatch
(enabled bool, watcher Feature)
cmd/formatter/shortcut.go:359
↓ 1 callersMethodEvent
(e api.Resource)
cmd/display/plain.go:41
↓ 1 callersMethodEventOptions
()
internal/tracing/attributes.go:53
↓ 1 callersMethodEvents
()
pkg/compose/watch_test.go:54
↓ 1 callersMethodExec
Exec executes a command in a running service container
pkg/api/api.go:115
↓ 1 callersMethodExec
(ctx context.Context, containerID string, cmd []string, in io.Reader)
internal/sync/tar.go:48
↓ 1 callersMethodExport
Export a service container's filesystem as a tar archive
pkg/api/api.go:143
↓ 1 callersFunctionFull
Full creates an EventProcessor that render advanced UI within a terminal. On Start, TUI lists task with a progress timer
cmd/display/tty.go:40
↓ 1 callersMethodGenerate
Generate generates a Compose Project from existing containers
pkg/api/api.go:147
↓ 1 callersMethodGetParameter
(paramName string)
pkg/compose/plugins.go:304
↓ 1 callersMethodGetParents
GetParents returns a slice with the parent vertices of the Vertex
pkg/compose/dependencies.go:223
↓ 1 callersMethodHandleKeyEvents
(ctx context.Context, event keyboard.KeyEvent, project *types.Project, options api.UpOptions)
cmd/formatter/shortcut.go:313
↓ 1 callersMethodHasCycles
HasCycles detects cycles in the graph
pkg/compose/dependencies.go:405
↓ 1 callersMethodImageBuild
(ctx context.Context, reader io.Reader, options client.ImageBuildOptions)
pkg/dryrun/dryrunclient.go:201
↓ 1 callersMethodImagePush
(ctx context.Context, ref string, options client.ImagePushOptions)
pkg/dryrun/dryrunclient.go:226
↓ 1 callersMethodImagesToPrune
ImagesToPrune returns the set of images that should be removed.
pkg/compose/image_pruner.go:74
↓ 1 callersMethodIn
()
pkg/compose/compose.go:325
↓ 1 callersFunctionInitProvider
(dockerCli command.Cli)
internal/tracing/tracing.go:68
↓ 1 callersFunctionInitTracing
(dockerCli command.Cli)
internal/tracing/tracing.go:62
↓ 1 callersFunctionIsAlreadyExistsError
IsAlreadyExistsError returns true if the unwrapped error is ErrAlreadyExists
pkg/api/errors.go:56
↓ 1 callersMethodIsEmpty
()
pkg/compose/plugins.go:288
↓ 1 callersFunctionIsErrCanceled
IsErrCanceled returns true if the unwrapped error is ErrCanceled
pkg/api/errors.go:86
↓ 1 callersFunctionIsFeatureActiveStandalone
IsFeatureActiveStandalone is the convenience form of IsFeatureActive for callers without an existing engine API client (e.g. the compose plugin hook s
internal/desktop/client.go:202
↓ 1 callersMethodIsFeatureEnabled
IsFeatureEnabled checks the feature flag (GET /features) for a given feature. Returns true when the feature is rolled out.
internal/desktop/client.go:170
↓ 1 callersFunctionIsForbiddenError
IsForbiddenError returns true if the unwrapped error is ErrForbidden
pkg/api/errors.go:61
↓ 1 callersFunctionIsHealthy
(service string)
pkg/e2e/framework.go:411
↓ 1 callersFunctionIsUnknownError
IsUnknownError returns true if the unwrapped error is ErrUnknown
pkg/api/errors.go:66
↓ 1 callersFunctionJSON
(out io.Writer)
cmd/display/json.go:28
↓ 1 callersFunctionKeyboardMetrics
(ctx context.Context, enabled, isDockerDesktopActive, isLogsViewEnabled bool)
internal/tracing/keyboard_metrics.go:25
↓ 1 callersMethodLabels
Labels returns a comma-separated string of labels present on the container.
cmd/formatter/container.go:236
↓ 1 callersFunctionLines
Lines split output into lines
pkg/e2e/framework.go:474
↓ 1 callersMethodListModels
(ctx context.Context)
pkg/compose/model.go:253
↓ 1 callersFunctionListTransformers
(ctx context.Context, dockerCli command.Cli)
pkg/bridge/transformers.go:116
↓ 1 callersMethodLoad
(context.Context, string)
cmd/compose/up_test.go:47
↓ 1 callersFunctionLoadAdditionalResources
LoadAdditionalResources loads additional resources from the project, such as image references, secrets, configs and exposed ports
pkg/bridge/convert.go:165
↓ 1 callersMethodLog
(containerName, message string)
pkg/compose/logs_test.go:228
↓ 1 callersMethodMatches
(f string)
pkg/watch/dockerignore.go:39
↓ 1 callersMethodMatchesEntireDir
If this matches the entire dir, we can often optimize filetree walks a bit.
pkg/watch/notify.go:64
↓ 1 callersFunctionMaybeIncreaseBufferSize
(w *fsnotify.Watcher)
pkg/watch/watcher_nonwin.go:23
↓ 1 callersFunctionNewArchiveBuilder
(writer io.Writer)
internal/sync/tar.go:129
↓ 1 callersFunctionNewContainerContext
NewContainerContext creates a new context for rendering containers
cmd/formatter/container.go:113
↓ 1 callersFunctionNewContainerFormat
NewContainerFormat returns a Format for rendering using a Context
cmd/formatter/container.go:48
↓ 1 callersMethodNewDockerCmd
NewDockerCmd creates a docker cmd without running it
pkg/e2e/framework.go:313
↓ 1 callersFunctionNewDryRunClient
NewDryRunClient produces a DryRunClient
pkg/dryrun/dryrunclient.go:67
↓ 1 callersFunctionNewImagePruner
NewImagePruner creates an ImagePruner object for a project.
pkg/compose/image_pruner.go:66
↓ 1 callersFunctionNewKeyboardManager
(isDockerDesktopActive, isLogsViewEnabled bool, sc chan<- os.Signal)
cmd/formatter/shortcut.go:103
↓ 1 callersFunctionNewPidfile
(projectName string)
internal/locker/pidfile.go:28
↓ 1 callersFunctionNewVertex
NewVertex is the constructor function for the Vertex
pkg/compose/dependencies.go:289
↓ 1 callersFunctionNewWatcher
(project *types.Project, options api.UpOptions, w WatchFunc, consumer api.LogConsumer)
pkg/compose/watch.go:60
↓ 1 callersFunctionNoColor
()
cmd/display/colors.go:39
↓ 1 callersMethodPath
()
pkg/watch/temp.go:82
↓ 1 callersMethodPause
Pause executes the equivalent to a `compose pause`
pkg/api/api.go:121
↓ 1 callersMethodPing
Ping is a minimal API used to ensure that the server is available.
internal/desktop/client.go:112
↓ 1 callersFunctionPlain
(out io.Writer)
cmd/display/plain.go:27
↓ 1 callersMethodPort
Port executes the equivalent to a `compose port`
pkg/api/api.go:129
↓ 1 callersFunctionPrintPrettySection
PrintPrettySection prints a tabbed section on the writer parameter
cmd/formatter/pretty.go:27
↓ 1 callersMethodPublish
Publish executes the equivalent to a `compose publish`
pkg/api/api.go:131
↓ 1 callersMethodPull
Pull executes the equivalent of a `compose pull`
pkg/api/api.go:89
↓ 1 callersMethodPullModel
(ctx context.Context, model types.ModelConfig, quietPull bool, events api.EventProcessor)
pkg/compose/model.go:111
↓ 1 callersMethodPush
(ctx context.Context, project *types.Project, options api.PushOptions)
pkg/compose/push.go:39
↓ 1 callersFunctionPushManifest
(ctx context.Context, resolver remotes.Resolver, named reference.Named, layers []v1.Descriptor, ociVersion api
internal/oci/push.go:97
↓ 1 callersMethodRead
(p []byte)
pkg/dryrun/dryrunclient.go:63
↓ 1 callersMethodRemove
(v T)
pkg/utils/set.go:46
↓ 1 callersFunctionReplaceEnvFile
ReplaceEnvFile changes value for service.extends.env_file in input yaml stream, preserving formatting
pkg/compose/transform/replace.go:65
↓ 1 callersMethodRequireEventuallyContains
RequireEventuallyContains is a thread safe eventual checker for the buffer content
pkg/utils/safebuffer.go:65
↓ 1 callersFunctionRootCommand
RootCommand returns the compose command with its child commands
cmd/compose/compose.go:428
↓ 1 callersMethodRunOneOffContainer
RunOneOffContainer creates a service oneoff container and starts its dependencies
pkg/api/api.go:111
↓ 1 callersFunctionSanitizeFileName
(name string)
pkg/watch/temp_dir_fixture.go:37
↓ 1 callersMethodScale
Scale manages numbers of container instances running per service
pkg/api/api.go:141
↓ 1 callersMethodServerInfo
ServerInfo mocks base method.
pkg/mocks/mock_docker_cli.go:220
↓ 1 callersMethodServerOSType
ServerOSType returns the Docker daemon's operating system (linux/windows/darwin) Used for OS-specific compatibility checks
pkg/api/context.go:27
↓ 1 callersFunctionSetANSIMode
SetANSIMode configure formatter for colored output on ANSI-compliant console
cmd/formatter/colors.go:66
↓ 1 callersMethodSetModelVariables
(ctx context.Context, project *types.Project)
pkg/compose/model.go:196
↓ 1 callersFunctionSetup
Setup should be called as part of the command's PersistentPreRunE as soon as possible after initializing the dockerCli. It initializes the tracer for
cmd/cmdtrace/cmd_span.go:48
↓ 1 callersMethodStart
(ctx context.Context, projectName string, options api.StartOptions)
pkg/compose/start.go:31
↓ 1 callersMethodStatusText
()
pkg/api/event.go:86
↓ 1 callersFunctionStdoutContains
StdoutContains returns a predicate on command result expecting a string in stdout
pkg/e2e/framework.go:405
↓ 1 callersMethodStop
(ctx context.Context, projectName string, options api.StopOptions)
pkg/compose/stop.go:27
↓ 1 callersMethodStop
()
pkg/compose/watch.go:102
↓ 1 callersMethodToMobyHealthCheck
ToMobyHealthCheck convert into container.HealthConfig
pkg/compose/convert.go:43
↓ 1 callersFunctionToSeconds
ToSeconds convert into seconds
pkg/compose/convert.go:88
↓ 1 callersFunctionToStandardJSON
ToStandardJSON return a string with the JSON representation of the interface{}
cmd/formatter/json.go:27
↓ 1 callersMethodToggleWatch
(ctx context.Context, options api.UpOptions)
cmd/formatter/shortcut.go:286
↓ 1 callersMethodTop
Top executes the equivalent to a `compose top`
pkg/api/api.go:125
↓ 1 callersMethodUnPause
UnPause executes the equivalent to a `compose unpause`
pkg/api/api.go:123
↓ 1 callersMethodUntar
(ctx context.Context, id string, reader io.ReadCloser)
internal/sync/tar.go:49
↓ 1 callersMethodUpdateStatus
UpdateStatus updates the status of a certain vertex
pkg/compose/dependencies.go:364
↓ 1 callersMethodVolumeCreate
(ctx context.Context, options client.VolumeCreateOptions)
pkg/dryrun/dryrunclient.go:269
↓ 1 callersMethodVolumes
(ctx context.Context, project string, options api.VolumesOptions)
pkg/compose/volumes.go:29
↓ 1 callersMethodWatch
Watch services' development context and sync/notify/rebuild/restart on changes
pkg/api/api.go:135
↓ 1 callersFunctionWithMaxConcurrency
WithMaxConcurrency defines upper limit for concurrent operations against engine API
pkg/compose/compose.go:156
↓ 1 callersFunctionabsPatterns
Make all the patterns use absolute paths.
pkg/watch/dockerignore.go:101
↓ 1 callersMethodactualNetworks
(ctx context.Context, projectName string)
pkg/compose/compose.go:455
↓ 1 callersMethodactualVolumes
(ctx context.Context, projectName string)
pkg/compose/compose.go:435
← previousnext →501–600 of 2,102, ranked by callers