Skip to content
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

Add nerdctl support #561

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

darktohka
Copy link

Right now, there is no support for nerdctl, a pretty nifty container CLI for containerd: https://github.com/containerd/nerdctl

This PR adds support for a new image source: --source nerdctl

This image source is supported on all OSes, nerdctl has support for Linux, Windows and Darwin as well.

Nerdctl saves images using nerdctl image save <id>. If this errors (the image may not exist), nerdctl pull <id> is tried to pull the image if possible.

Nerdctl can also build images the same way as the Docker CLI (nerdctl build --iidfile)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant