DockerCLI/cli/command/container
Sebastiaan van Stijn 7dc271a8be
migrate to new github.com/containerd/platforms package
The github.com/containerd/containerd/platforms package was moved to a separate
module in preparation of the containerd v2.0 release.

Switch to the new module, which means we also remove containerd as a direct
dependency.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-05-27 11:55:23 +02:00
..
testdata
attach.go cli/command/container: minor cleanup in attach 2024-01-26 13:38:09 +01:00
attach_test.go
client_test.go fix: cli prompt termination exit code 2024-03-04 15:26:17 +01:00
cmd.go
commit.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
cp.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
cp_test.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
create.go migrate to new github.com/containerd/platforms package 2024-05-27 11:55:23 +02:00
create_test.go Replace deprecated types.Image* usage 2024-01-24 14:59:10 +01:00
diff.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
exec.go cli/command: don't use pflags.XXXVarP for flags without shorthand 2024-01-29 11:16:38 +01:00
exec_test.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
export.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
export_test.go
formatter_diff.go linting: address else/if/elseif statements found by gocritic 2023-11-20 16:02:16 +01:00
formatter_diff_test.go vendor: github.com/docker/docker v24.0.0-rc.1.0.20230505222407-8d9a40a82034 2023-05-06 00:34:34 +02:00
formatter_stats.go golangci-lint: enable dupword linter 2023-11-20 16:02:18 +01:00
formatter_stats_test.go
hijack.go
inspect.go add //go:build directives to prevent downgrading to go1.16 language 2023-12-14 15:03:46 +01:00
kill.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
list.go cli/command: don't use pflags.XXXVarP for flags without shorthand 2024-01-29 11:16:38 +01:00
list_test.go cli/command: remove dot-imports and unhandled errors 2023-10-23 15:21:47 +02:00
logs.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
logs_test.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
opts.go run, create: update "--rm" flag description to mention anonymous volumes 2024-05-21 13:52:56 +02:00
opts_test.go golangci-lint: govet: enable shadow check 2023-11-20 16:02:18 +01:00
pause.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
port.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
port_test.go
prune.go chore: remove backticks and resolve linting issues 2024-04-02 15:54:29 +02:00
prune_test.go feat: standardize error for prompt 2024-03-26 14:11:55 +01:00
rename.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
restart.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
rm.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
rm_test.go vendor: github.com/docker/docker cdb3f9fb8dca (v25.0.0-dev) 2023-10-13 22:09:04 +02:00
run.go Fix hang when container fails to start 2024-05-07 11:22:17 +01:00
run_test.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
signals.go cli/command/container: ForwardAllSignals: rewrite to use ContainerAPIClient 2023-11-08 15:15:09 +01:00
signals_test.go cli/command/container: ForwardAllSignals: rewrite to use ContainerAPIClient 2023-11-08 15:15:09 +01:00
signals_unix.go
signals_unix_test.go cli/command/container: ForwardAllSignals: rewrite to use ContainerAPIClient 2023-11-08 15:15:09 +01:00
signals_windows.go
start.go cli/command/container: remove deprecated NewStartOptions 2024-01-20 21:48:46 +01:00
stats.go cli/command: deprecate EventHandler and InitEventHandler 2024-03-11 13:25:22 +01:00
stats_helpers.go linting: address assorted issues found by gocritic 2023-11-20 16:02:16 +01:00
stats_helpers_test.go
stats_unit_test.go
stop.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
top.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
tty.go golangci-lint: revive: enable import-shadowing 2023-11-20 19:52:41 +01:00
tty_test.go vendor: github.com/docker/docker cdb3f9fb8dca (v25.0.0-dev) 2023-10-13 22:09:04 +02:00
unpause.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
update.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00
utils.go Fix hang when container fails to start 2024-05-07 11:22:17 +01:00
utils_test.go cli/command/container: waitExitOrRemoved: take APIClient as argument 2023-07-24 09:54:11 +02:00
wait.go Plumb contexts through commands 2023-12-12 22:30:16 +01:00