-
Notifications
You must be signed in to change notification settings - Fork 308
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
Epic: Support the docker-cli to build and run container images #673
Comments
Note that we'll also need to figure out what to do with volume mounts, because they're on different machines. It's unclear if this task is supposed to cover Windows — that would include cross-distro volume mounts, which is More Fun. |
Yes, it was supposed to cover Windows as well (that's why I didn't put the |
Adjusted the checklist to make it more explicit that Windows is covered. |
Removed #910 from the list because we won't need it for the first go (we'll just clobber the docker socket as appropriate). |
At this stage, the main feature work on this is done. I'll close this, so bugs discovered around this will exist as new and likely separate tickets. |
Sorry to bump a closed issue but I'm just curious what the impetus was for this? Was nerdctl not a good replacement for docker in all cases? |
Yes, there are various features that are still unimplemented in Of course the long term goal is to improve Furthermore, some projects only work with the |
This will require the following pieces
docker build
#814The text was updated successfully, but these errors were encountered: