MCPcopy Create free account
hub / github.com/docker/compose / ContainerCreate

Method ContainerCreate

pkg/mocks/mock_docker_api.go:254–260  ·  view source on GitHub ↗

ContainerCreate mocks base method.

(arg0 context.Context, arg1 client.ContainerCreateOptions)

Source from the content-addressed store, hash-verified

252
253// ContainerCreate mocks base method.
254func (m *MockAPIClient) ContainerCreate(arg0 context.Context, arg1 client.ContainerCreateOptions) (client.ContainerCreateResult, error) {
255 m.ctrl.T.Helper()
256 ret := m.ctrl.Call(m, "ContainerCreate", arg0, arg1)
257 ret0, _ := ret[0].(client.ContainerCreateResult)
258 ret1, _ := ret[1].(error)
259 return ret0, ret1
260}
261
262// ContainerCreate indicates an expected call of ContainerCreate.
263func (mr *MockAPIClientMockRecorder) ContainerCreate(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected