testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

[Enhancement]: Containerd support

Open eikenb opened this issue 1 year ago • 2 comments

Proposal

I'd love to be able to use testcontainers to spin up containers in Containerd for testing. Our platform is built directly on containerd.

I tried using Docker for the testcontainers as it uses containerd for the backend, but the containers weren't available via the containerd API (though the "moby" namespace was added). I am using somewhat older versions (docker.io 20.10.24, containerd 1.6.20) as our platform is Debian stable, so maybe this has been addressed in newer version. But native containerd support would still be preferable.

Thanks.

eikenb avatar May 23 '24 19:05 eikenb