caddy-docker-proxy icon indicating copy to clipboard operation
caddy-docker-proxy copied to clipboard

Support containerd and nerdctl

Open kogeletey opened this issue 2 years ago • 2 comments

Hello, you have a great product, but would like to run in different runtime, such as containerd. Now when trying to do this an errors of not funding dockerd.socket. It really doesn't exists, because very is only containerd.sock

kogeletey avatar Jul 26 '23 12:07 kogeletey

Hey, would you be able to share documentation about the API exposed in containerd.sock? Is it the same as docker API? Are there go lang client packages that we can use to talk to containerd.sock?

I don't have much time to dig into those specifics at the moment. It would be great if someone interested in this feature could share more details.

lucaslorentz avatar Dec 23 '23 21:12 lucaslorentz

I haven't seen the api documentation for containerd, but there is a standart client containerd/client and there is a small note about its use in project readme.

kogeletey avatar Dec 31 '23 18:12 kogeletey