Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/compose
/ functions
Functions
2,102 in github.com/docker/compose
⨍
Functions
2,102
◇
Types & classes
271
↓ 1 callers
Function
removeCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/remove.go:38
↓ 1 callers
Method
removeContainers
(ctx context.Context, containers []containerType.Summary, service *types.ServiceConfig, timeout *time.Duration
pkg/compose/down.go:336
↓ 1 callers
Method
removeDivergedNetwork
(ctx context.Context, project *types.Project, name string, n *types.NetworkConfig)
pkg/compose/create.go:1473
↓ 1 callers
Method
removeDivergedVolume
(ctx context.Context, name string, volume types.VolumeConfig, project *types.Project)
pkg/compose/create.go:1645
↓ 1 callers
Method
removeImage
(ctx context.Context, image string)
pkg/compose/down.go:253
↓ 1 callers
Method
removeNetwork
(ctx context.Context, composeNetworkName string, projectName string, name string)
pkg/compose/down.go:196
↓ 1 callers
Method
removeVolume
(ctx context.Context, id string)
pkg/compose/down.go:261
↓ 1 callers
Method
resolveExternalNetwork
(ctx context.Context, n *types.NetworkConfig)
pkg/compose/create.go:1546
↓ 1 callers
Method
resolveFileContent
(project *types.Project, source types.FileObjectConfig, mountType mountType)
pkg/compose/secrets.go:98
↓ 1 callers
Method
resolveGitRef
(ctx context.Context, path string, ref *gitutil.GitRef)
pkg/remote/git.go:172
↓ 1 callers
Function
resolveImageDigests
(ctx context.Context, dockerCli command.Cli, model map[string]any)
cmd/compose/config.go:302
↓ 1 callers
Function
resolveImageVolumes
(service *types.ServiceConfig, images map[string]api.ImageSummary, projectName string)
pkg/compose/build.go:169
↓ 1 callers
Method
resolveOrCreateNetwork
(ctx context.Context, project *types.Project, name string, n *types.NetworkConfig)
pkg/compose/create.go:1333
↓ 1 callers
Method
resolveRunServiceReferences
(ctx context.Context, projectName string, service *types.ServiceConfig)
pkg/compose/run.go:271
↓ 1 callers
Function
resolveSharedNamespaces
(service *types.ServiceConfig, containersByService map[string]Containers)
pkg/compose/convergence.go:93
↓ 1 callers
Function
resolveVolumeFrom
(service *types.ServiceConfig, containersByService map[string]Containers)
pkg/compose/convergence.go:73
↓ 1 callers
Function
restartCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/restart.go:35
↓ 1 callers
Method
run
(cmd *exec.Cmd)
pkg/remote/git.go:230
↓ 1 callers
Method
run
Note: this could be `graph.walk` or whatever
pkg/compose/dependencies.go:167
↓ 1 callers
Function
runAttach
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts attachOpts)
cmd/compose/attach.go:68
↓ 1 callers
Function
runBuild
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts buildOptions, services []str
cmd/compose/build.go:152
↓ 1 callers
Function
runCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/run.go:145
↓ 1 callers
Function
runCommit
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, options commitOptions)
cmd/compose/commit.go:78
↓ 1 callers
Function
runConfig
(ctx context.Context, dockerCli command.Cli, opts configOptions, services []string)
cmd/compose/config.go:176
↓ 1 callers
Function
runConfigImages
(ctx context.Context, dockerCli command.Cli, opts configOptions, services []string)
cmd/compose/config.go:504
↓ 1 callers
Function
runConfigInterpolate
(ctx context.Context, dockerCli command.Cli, opts configOptions, services []string)
cmd/compose/config.go:205
↓ 1 callers
Function
runConfigNoInterpolate
(ctx context.Context, dockerCli command.Cli, opts configOptions, services []string)
cmd/compose/config.go:268
↓ 1 callers
Function
runConvert
(ctx context.Context, dockerCli command.Cli, p *ProjectOptions, opts bridge.ConvertOptions)
cmd/compose/bridge.go:65
↓ 1 callers
Function
runCopy
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts copyOptions)
cmd/compose/cp.go:77
↓ 1 callers
Function
runCreate
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, createOpts createOptions, buildOp
cmd/compose/create.go:99
↓ 1 callers
Function
runDir
()
internal/locker/runtime.go:23
↓ 1 callers
Function
runDown
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts downOptions, services []stri
cmd/compose/down.go:81
↓ 1 callers
Function
runEnvironment
(ctx context.Context, dockerCli command.Cli, opts configOptions, services []string)
cmd/compose/config.go:546
↓ 1 callers
Function
runEvents
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts eventsOpts, services []strin
cmd/compose/events.go:59
↓ 1 callers
Function
runExec
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts execOpts)
cmd/compose/exec.go:104
↓ 1 callers
Function
runExport
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, options exportOptions)
cmd/compose/export.go:62
↓ 1 callers
Function
runGenerate
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts generateOptions, containers
cmd/compose/generate.go:58
↓ 1 callers
Function
runHash
(ctx context.Context, dockerCli command.Cli, opts configOptions)
cmd/compose/config.go:434
↓ 1 callers
Function
runImages
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts imageOptions, services []str
cmd/compose/images.go:62
↓ 1 callers
Function
runKill
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts killOptions, services []stri
cmd/compose/kill.go:59
↓ 1 callers
Function
runList
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, lsOpts lsOptions)
cmd/compose/list.go:86
↓ 1 callers
Function
runLogs
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts logsOptions, services []stri
cmd/compose/logs.go:80
↓ 1 callers
Function
runModels
(ctx context.Context, dockerCli command.Cli, opts configOptions)
cmd/compose/config.go:416
↓ 1 callers
Function
runNetworks
(ctx context.Context, dockerCli command.Cli, opts configOptions)
cmd/compose/config.go:400
↓ 1 callers
Function
runPause
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts pauseOptions, services []str
cmd/compose/pause.go:47
↓ 1 callers
Function
runPort
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts portOptions, service string)
cmd/compose/port.go:66
↓ 1 callers
Method
runPostStartHooksOnEvent
runPostStartHooksOnEvent listens for the container's start event and executes post_start lifecycle hooks once the container is running.
pkg/compose/run.go:93
↓ 1 callers
Method
runPreStartHook
( ctx context.Context, project *types.Project, service types.ServiceConfig, ctr container.Summary, index int
pkg/compose/pre_start.go:75
↓ 1 callers
Function
runProfiles
(ctx context.Context, dockerCli command.Cli, opts configOptions, services []string)
cmd/compose/config.go:476
↓ 1 callers
Function
runPs
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, services []string, opts psOptions
cmd/compose/ps.go:95
↓ 1 callers
Function
runPublish
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts publishOptions, repository s
cmd/compose/publish.go:76
↓ 1 callers
Function
runPull
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts pullOptions, services []stri
cmd/compose/pull.go:101
↓ 1 callers
Function
runPush
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts pushOptions, services []stri
cmd/compose/push.go:57
↓ 1 callers
Function
runRemove
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts removeOptions, services []st
cmd/compose/remove.go:66
↓ 1 callers
Function
runRestart
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts restartOptions, services []s
cmd/compose/restart.go:57
↓ 1 callers
Function
runRun
(ctx context.Context, backend api.Compose, project *types.Project, options runOptions, createOpts createOption
cmd/compose/run.go:272
↓ 1 callers
Function
runScale
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts scaleOptions, serviceReplica
cmd/compose/scale.go:63
↓ 1 callers
Function
runServices
(ctx context.Context, dockerCli command.Cli, opts configOptions)
cmd/compose/config.go:350
↓ 1 callers
Function
runStart
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts startOptions, services []str
cmd/compose/start.go:54
↓ 1 callers
Function
runStats
(ctx context.Context, dockerCli command.Cli, opts statsOptions, service []string)
cmd/compose/stats.go:65
↓ 1 callers
Function
runStop
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts stopOptions, services []stri
cmd/compose/stop.go:55
↓ 1 callers
Function
runTop
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts topOptions, services []strin
cmd/compose/top.go:58
↓ 1 callers
Function
runUnPause
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts unpauseOptions, services []s
cmd/compose/pause.go:79
↓ 1 callers
Function
runVersion
(opts versionOptions, dockerCli command.Cli)
cmd/compose/version.go:59
↓ 1 callers
Function
runViz
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts *vizOptions)
cmd/compose/viz.go:68
↓ 1 callers
Function
runVol
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, services []string, options volume
cmd/compose/volumes.go:59
↓ 1 callers
Function
runVolumes
(ctx context.Context, dockerCli command.Cli, opts configOptions)
cmd/compose/config.go:384
↓ 1 callers
Function
runWait
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, opts *waitOptions)
cmd/compose/wait.go:65
↓ 1 callers
Method
runWaitExec
(ctx context.Context, execID string, service types.ServiceConfig, listener api.ContainerEventListener)
pkg/compose/hook.go:99
↓ 1 callers
Function
runWatch
(ctx context.Context, dockerCli command.Cli, backendOptions *BackendOptions, watchOpts watchOptions, buildOpts
cmd/compose/watch.go:68
↓ 1 callers
Function
scaleCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/scale.go:40
↓ 1 callers
Function
serviceConfig
(replicas int)
pkg/compose/hash_test.go:34
↓ 1 callers
Method
servicesUsingNetwork
servicesUsingNetwork returns the names of services that reference the given compose network key, sorted for deterministic plan output.
pkg/compose/reconcile.go:327
↓ 1 callers
Method
servicesUsingVolume
servicesUsingVolume returns the names of services that mount the given compose volume key, sorted for deterministic plan output. nolint:unused // see
pkg/compose/reconcile.go:342
↓ 1 callers
Method
set
(nodeID int, r operationResult)
pkg/compose/executor.go:56
↓ 1 callers
Function
setBlkio
(blkio *types.BlkioConfig, resources *container.Resources)
pkg/compose/create.go:764
↓ 1 callers
Method
setDefaultTarget
(file *types.FileReferenceConfig, mountType mountType)
pkg/compose/secrets.go:113
↓ 1 callers
Function
setLimits
(limits *types.Resource, resources *container.Resources)
pkg/compose/create.go:749
↓ 1 callers
Method
setPrefix
(width int)
cmd/formatter/logs.go:156
↓ 1 callers
Function
setReservations
(reservations *types.Resource, resources *container.Resources)
pkg/compose/create.go:728
↓ 1 callers
Method
setResolvedNetworks
setResolvedNetworks injects network IDs already resolved by ensureNetworks into the observed state, so the reconciler can compare container connection
pkg/compose/observed_state.go:188
↓ 1 callers
Method
setResolvedVolumes
setResolvedVolumes injects volume names already resolved by ensureProjectVolumes into the observed state.
pkg/compose/observed_state.go:202
↓ 1 callers
Function
setServiceScale
(project *types.Project, name string, replicas int)
cmd/compose/up.go:355
↓ 1 callers
Method
setupPluginCommand
(ctx context.Context, project *types.Project, service types.ServiceConfig, path, command string)
pkg/compose/plugins.go:206
↓ 1 callers
Function
shortcutKeyColor
(key string)
cmd/formatter/shortcut.go:382
↓ 1 callers
Function
shouldDisableAnsi
shouldDisableAnsi checks whether ANSI escape sequences should be explicitly suppressed via environment variables. The hook runs as a separate subproce
cmd/compose/hooks.go:61
↓ 1 callers
Function
shouldIgnore
(name string, ignore watch.PathMatcher)
pkg/compose/watch.go:837
↓ 1 callers
Method
shouldNotify
(path string)
pkg/watch/watcher_naive.go:221
↓ 1 callers
Function
shouldWaitForDependency
(serviceName string, dependencyConfig types.ServiceDependency, project *types.Project)
pkg/compose/convergence.go:264
↓ 1 callers
Function
showCursor
()
cmd/formatter/ansi.go:44
↓ 1 callers
Method
sortContainers
sortContainers sorts containers the same way as convergence.go:138-160: obsolete first, then by container number descending, then reversed. mustRecre
pkg/compose/reconcile.go:793
↓ 1 callers
Function
spinner
(t *task)
cmd/display/tty.go:640
↓ 1 callers
Function
splitCpArg
(arg string)
pkg/compose/cp.go:336
↓ 1 callers
Function
startCommand
(p *ProjectOptions, dockerCli command.Cli, backendOptions *BackendOptions)
cmd/compose/start.go:35
↓ 1 callers
Method
startDependencies
(ctx context.Context, project *types.Project, options api.RunOptions)
pkg/compose/run.go:279
↓ 1 callers
Method
startService
(ctx context.Context, project *types.Project, service types.ServiceConfig, containers Containers, listener a
pkg/compose/convergence.go:519
↓ 1 callers
Method
startServiceContainer
(ctx context.Context, project *types.Project, service types.ServiceConfig, ctr container.Summary, listener api
pkg/compose/convergence.go:565
↓ 1 callers
Function
statsCommand
(p *ProjectOptions, dockerCli command.Cli)
cmd/compose/stats.go:39
↓ 1 callers
Method
stderr
()
pkg/compose/compose.go:266
↓ 1 callers
Method
stopAndRemoveContainer
(ctx context.Context, ctr containerType.Summary, service *types.ServiceConfig, timeout *time.Duration, volumes
pkg/compose/down.go:346
← previous
next →
901–1,000 of 2,102, ranked by callers