moby--moby/plugin
Cory Snider 6a2f385aea Share logic to create-or-replace a container
The existing logic to handle container ID conflicts when attempting to
create a plugin container is not nearly as robust as the implementation
in daemon for user containers. Extract and refine the logic from daemon
and use it in the plugin executor.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2022-08-24 14:59:08 -04:00
..
executor/containerd Share logic to create-or-replace a container 2022-08-24 14:59:08 -04:00
v2 remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00
backend_linux.go plugin: use types/registry.AuthConfig 2022-07-29 23:05:19 +02:00
backend_linux_test.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
backend_unsupported.go plugin: use types/registry.AuthConfig 2022-07-29 23:05:19 +02:00
defs.go
errors.go filters: lowercase error 2022-03-18 09:44:53 +01:00
events.go
fetch_linux.go plugin: use types/registry.AuthConfig 2022-07-29 23:05:19 +02:00
manager.go Add Swarm cluster volume supports 2022-05-13 00:55:44 +02:00
manager_linux.go plugin: Executor.Signal() accept syscall.Signal 2022-05-05 00:53:55 +02:00
manager_linux_test.go plugin: Executor.Signal() accept syscall.Signal 2022-05-05 00:53:55 +02:00
manager_test.go
manager_windows.go
progress.go
registry.go plugin: use types/registry.AuthConfig 2022-07-29 23:05:19 +02:00
store.go gofmt GoDoc comments with go1.19 2022-07-08 19:56:23 +02:00
store_test.go