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
Function
Test_checkForSensitiveData_optional_env_file_missing
(t *testing.T)
pkg/compose/publish_test.go:208
Function
Test_checkForSensitiveData_optional_env_file_present
(t *testing.T)
pkg/compose/publish_test.go:228
Function
Test_checkForSensitiveData_required_env_file_missing
(t *testing.T)
pkg/compose/publish_test.go:251
Function
Test_collectEnvCheckFindings
(t *testing.T)
pkg/compose/publish_test.go:293
Function
Test_convert
(t *testing.T)
cmd/compatibility/convert_test.go:28
Function
Test_createLayers
(t *testing.T)
pkg/compose/publish_test.go:39
Function
Test_dockerFilePath
(t *testing.T)
pkg/compose/build_test.go:27
Function
Test_preChecks_sensitive_data_detected_decline
(t *testing.T)
pkg/compose/publish_test.go:110
Function
Test_processFile_optional_env_file_missing
(t *testing.T)
pkg/compose/publish_test.go:141
Function
Test_processFile_optional_env_file_present
(t *testing.T)
pkg/compose/publish_test.go:178
Function
Test_publish_decline_returns_ErrCanceled
(t *testing.T)
pkg/compose/publish_test.go:698
Method
ToModel
(ctx context.Context, dockerCli command.Cli, services []string, po ...cli.ProjectOptionsFn)
cmd/compose/compose.go:291
Method
Top
Top mocks base method.
pkg/mocks/mock_docker_compose_api.go:432
Method
Top
Top indicates an expected call of Top.
pkg/mocks/mock_docker_compose_api.go:441
Method
Top
(ctx context.Context, projectName string, services []string)
pkg/compose/top.go:29
Method
TouchFiles
(paths []string)
pkg/watch/temp_dir_fixture.go:156
Method
TracerProvider
TracerProvider mocks base method.
pkg/mocks/mock_docker_cli.go:246
Method
TracerProvider
TracerProvider indicates an expected call of TracerProvider.
pkg/mocks/mock_docker_cli.go:254
Method
UnPause
UnPause mocks base method.
pkg/mocks/mock_docker_compose_api.go:447
Method
UnPause
UnPause indicates an expected call of UnPause.
pkg/mocks/mock_docker_compose_api.go:455
Method
UnPause
(ctx context.Context, projectName string, options api.PauseOptions)
pkg/compose/pause.go:54
Method
Union
Union returns a new set containing all elements from both s and other. Deprecated: Union is retained for API compatibility.
pkg/utils/set.go:90
Method
Untar
(ctx context.Context, id string, archive io.ReadCloser)
pkg/compose/watch.go:523
Method
Untar
(_ context.Context, _ string, _ io.ReadCloser)
internal/sync/tar_test.go:46
Method
Up
Up mocks base method.
pkg/mocks/mock_docker_compose_api.go:461
Method
Up
Up indicates an expected call of Up.
pkg/mocks/mock_docker_compose_api.go:469
Method
Up
(ctx context.Context, project *types.Project, options api.UpOptions)
pkg/compose/up.go:44
Method
Viz
Viz mocks base method.
pkg/mocks/mock_docker_compose_api.go:475
Method
Viz
Viz indicates an expected call of Viz.
pkg/mocks/mock_docker_compose_api.go:484
Method
Viz
(_ context.Context, project *types.Project, opts api.VizOptions)
pkg/compose/viz.go:32
Method
VolumeCreate
VolumeCreate mocks base method.
pkg/mocks/mock_docker_api.go:1685
Method
VolumeCreate
VolumeCreate indicates an expected call of VolumeCreate.
pkg/mocks/mock_docker_api.go:1694
Method
VolumeInspect
VolumeInspect mocks base method.
pkg/mocks/mock_docker_api.go:1700
Method
VolumeInspect
VolumeInspect indicates an expected call of VolumeInspect.
pkg/mocks/mock_docker_api.go:1709
Method
VolumeList
VolumeList mocks base method.
pkg/mocks/mock_docker_api.go:1715
Method
VolumeList
VolumeList indicates an expected call of VolumeList.
pkg/mocks/mock_docker_api.go:1724
Method
VolumePrune
VolumePrune mocks base method.
pkg/mocks/mock_docker_api.go:1730
Method
VolumePrune
VolumePrune indicates an expected call of VolumePrune.
pkg/mocks/mock_docker_api.go:1739
Method
VolumePrune
(ctx context.Context, options client.VolumePruneOptions)
pkg/dryrun/dryrunclient.go:612
Method
VolumeRemove
VolumeRemove mocks base method.
pkg/mocks/mock_docker_api.go:1745
Method
VolumeRemove
VolumeRemove indicates an expected call of VolumeRemove.
pkg/mocks/mock_docker_api.go:1754
Method
VolumeUpdate
VolumeUpdate mocks base method.
pkg/mocks/mock_docker_api.go:1760
Method
VolumeUpdate
VolumeUpdate indicates an expected call of VolumeUpdate.
pkg/mocks/mock_docker_api.go:1769
Method
VolumeUpdate
(ctx context.Context, volumeID string, options client.VolumeUpdateOptions)
pkg/dryrun/dryrunclient.go:616
Method
Volumes
Volumes mocks base method.
pkg/mocks/mock_docker_compose_api.go:490
Method
Volumes
Volumes indicates an expected call of Volumes.
pkg/mocks/mock_docker_compose_api.go:499
Method
Wait
Wait mocks base method.
pkg/mocks/mock_docker_compose_api.go:505
Method
Wait
Wait indicates an expected call of Wait.
pkg/mocks/mock_docker_compose_api.go:514
Method
Wait
(ctx context.Context, projectName string, options api.WaitOptions)
pkg/compose/wait.go:29
Method
Watch
Watch mocks base method.
pkg/mocks/mock_docker_compose_api.go:520
Method
Watch
Watch indicates an expected call of Watch.
pkg/mocks/mock_docker_compose_api.go:528
Method
Watch
(ctx context.Context, project *types.Project, options api.WatchOptions)
pkg/compose/watch.go:133
Function
WithContextInfo
WithContextInfo sets custom Docker context information
pkg/compose/compose.go:132
Function
WithDryRun
WithDryRun configure Compose to run without actually applying changes
pkg/compose/compose.go:164
Function
WithErrorStream
WithErrorStream sets a custom error stream
pkg/compose/compose.go:116
Function
WithInputStream
WithInputStream sets a custom input stream
pkg/compose/compose.go:124
Function
WithOutputStream
WithOutputStream sets a custom output stream
pkg/compose/compose.go:108
Method
WithProject
WithProject creates a cobra run command from a ProjectFunc based on configured project options and selected services
cmd/compose/compose.go:162
Function
WithProxyConfig
WithProxyConfig sets custom HTTP proxy configuration for builds
pkg/compose/compose.go:140
Function
WithStreams
WithStreams sets custom I/O streams for output and interaction
pkg/compose/compose.go:98
Method
Write
Write is a thread safe version of bytes.Buffer::Write
pkg/utils/safebuffer.go:44
Method
Write
Write implement io.WriteCloser
pkg/compose/container.go:51
Method
WriteSymlink
(linkContents, destPath string)
pkg/watch/temp_dir_fixture.go:136
Function
alive
(pid int)
internal/pidfile/pidfile_windows.go:23
Method
copyFromContainer
(ctx context.Context, containerID, srcPath, dstPath string, opts api.CopyOptions)
pkg/compose/cp.go:256
Method
copyToContainer
(ctx context.Context, containerID string, srcPath string, dstPath string, opts api.CopyOptions)
pkg/compose/cp.go:145
Function
defaultResolveAppID
(ctx context.Context, flags map[string]string)
cmd/compose/hooks.go:113
Function
dialNamedPipe
(ctx context.Context, addr string)
internal/memnet/conn_windows.go:26
Function
dockerLogsHint
(appID string)
cmd/compose/hooks.go:39
Function
down
(_ *cobra.Command, _ []string)
docs/examples/provider.go:102
Function
executable
(s string)
pkg/compose/plugins_windows.go:21
Function
exited
exited creates a new exited event; kept as a named func for use as a function value.
pkg/compose/progress.go:101
Function
handleCtrlZ
handleCtrlZ is a no-op on Windows as SIGSTOP is not supported
cmd/formatter/shortcut_windows.go:22
Method
handler
(message string, _ bool)
pkg/compose/publish_test.go:574
Function
healthy
healthy creates a new healthy event; kept as a named func for use as a function value.
pkg/compose/progress.go:96
Function
init
()
pkg/api/labels.go:63
Function
init
()
pkg/e2e/framework.go:61
Function
init
()
internal/tracing/tracing.go:41
Function
init
()
cmd/compose/compose.go:90
Function
init
()
cmd/formatter/colors.go:130
Function
isNotRunning
(c container.Summary)
pkg/compose/containers.go:165
Function
main
()
cmd/main.go:81
Function
main
()
docs/yaml/main/generate.go:92
Function
main
()
docs/examples/provider.go:29
Function
newWatcher
(paths []string)
pkg/watch/watcher_darwin.go:118
Function
noPrompt
noPrompt is a Prompt that should never be called in tests that don't expect it.
pkg/compose/reconcile_test.go:31
Function
normalizeRunFlags
(f *pflag.FlagSet, name string)
cmd/compose/run.go:260
Function
osDependentCacheDir
Based on https://github.com/adrg/xdg Licensed under MIT License (MIT) Copyright (c) 2014 Adrian-George Bostan <adrg@epistack.com>
pkg/remote/cache_darwin.go:28
Function
osDependentCacheDir
Based on https://github.com/adrg/xdg Licensed under MIT License (MIT) Copyright (c) 2014 Adrian-George Bostan <adrg@epistack.com>
pkg/remote/cache_windows.go:30
Function
osDependentRunDir
Based on https://github.com/adrg/xdg Licensed under MIT License (MIT) Copyright (c) 2014 Adrian-George Bostan <adrg@epistack.com>
internal/locker/runtime_darwin.go:28
Function
osDependentRunDir
Based on https://github.com/adrg/xdg Licensed under MIT License (MIT) Copyright (c) 2014 Adrian-George Bostan <adrg@epistack.com>
internal/locker/runtime_windows.go:30
Method
planRecreateVolume
planRecreateVolume adds the full sequence for a diverged volume: stop affected containers → remove containers → remove volume → create volume. Contain
pkg/compose/reconcile.go:276
Function
rainbowColor
()
cmd/formatter/colors.go:122
Function
rawEnv
rawEnv load a dot env file using docker/cli key=value parser, without attempt to interpolate or evaluate values
cmd/compose/compose.go:76
Function
skippedEvent
skippedEvent creates a new Skipped Resource; kept as a named func for use as a function value.
pkg/compose/progress.go:106
Function
stop
(_ *cobra.Command, _ []string)
docs/examples/provider.go:106
Method
tearDown
()
pkg/watch/temp_dir_fixture.go:182
Method
tearDown
()
pkg/watch/notify_test.go:652
Function
validateSocketPath
(addr string)
internal/memnet/conn_windows.go:30
Function
valueOrDefault
valueOrDefault returns the type-cast value at the specified key in the map if present and the correct type; otherwise, it returns the default value fo
internal/tracing/docker_context.go:118
← previous
next →
2,001–2,100 of 2,102, ranked by callers