-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Started #7
Comments
There should be no need to mess with the original docker.sock, but you do need a "real" docker client to communicate The curl thing was just an example of "What Would Docker Do", you can do the same with the i.e. sometimes it is hard to guess what the request/response looks like, just from reading the API specification So then I use |
This repository could probably do with some "reasonable expections", on what it is supposed to be doing...
The main features are https://github.com/afbjorklund/nerdctld#implemented-commands |
Okay. One thing I was hoping to do was get containerd, nerdctl, nerdctld, and k3d playing nicely inside wsl2 but without the full set of api commands I doubt that will be possible. There is also variaous drivers missing on wsl2 that nerdctl and k3d native expect. I'm guessing this is currently way outside the scope of what you're trying to accomplish. |
The end goal would be to have the https://github.com/containerd/nerdctl/blob/main/docs/command-reference.md Some features might require small tweaks to nerdctl, on the server side, before they would work OK... But it would be nice to have basic "run" support, so that |
Just started looking at this today. Want to get this working on wsl so I can get k3d creating clusters without rancher or docker desktop. couple of questions.
make install
from the project. Correct me if I'm wrong.curl --unix-socket /var/run/docker.sock http://localhost:2375/_ping
does not... do we need to symlink var/run/docker.sock and nerdctld.sock?The text was updated successfully, but these errors were encountered: