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 non-core project "nerdctl" to containerd organization #69

Closed
11 of 14 tasks
AkihiroSuda opened this issue Mar 11, 2021 · 13 comments
Closed
11 of 14 tasks

Add non-core project "nerdctl" to containerd organization #69

AkihiroSuda opened this issue Mar 11, 2021 · 13 comments

Comments

@AkihiroSuda
Copy link
Member

AkihiroSuda commented Mar 11, 2021

nerdctl (https://github.com/AkihiroSuda/nerdctl) is a Docker-compatible CLI for containerd.

Unlike ctr tool, nerdctl has human-friendly and stable CLI based on Docker UI/UX.

nerdctl also supports complex operations that are not possible with ctr, e.g.,

  • Exposing ports, using CNI portmap (and RootlessKit for rootless mode): nerdctl run -p <PORT> ...
  • Creating restartable containers, using OCI hook: nerdctl run --restart=always ...
  • Pulling images (nerdctl pull) with ~/.docker/config.json and credential helper binaries such as docker-credential-ecr-login
  • Showing logs of detached containers, using binary log driver: nerdctl logs ...
  • Lazy-pulling using stargz snapshotter
  • Decrypting ocicrypt images

I'd like to propose adding nerdctl to @containerd organization as a non-core project.
This proposal has no impact on the scope of the core project.

10 maintainer LGTM required (2/3 of 14 maintainers)

@fuweid
Copy link
Member

fuweid commented Mar 11, 2021

LGTM. And request to be a maintainer of nerdctl~

@AkihiroSuda
Copy link
Member Author

LGTM. And request to be a maintainer of nerdctl~

Thanks. You are a core maintainer, so you'll be a maintainer of nerdctl as well automatically, but I've sent you an invitation ahead of acceptance of this proposal 🥰

@dmcgowan
Copy link
Member

LGTM

@Random-Liu
Copy link
Member

Random-Liu commented Mar 11, 2021 via email

@estesp
Copy link
Member

estesp commented Mar 11, 2021

LGTM

1 similar comment
@mxpv
Copy link
Member

mxpv commented Mar 11, 2021

LGTM

@mlaventure
Copy link
Contributor

LGTM 👍

@dims
Copy link
Member

dims commented Mar 11, 2021

LGTM

@samuelkarp
Copy link
Member

LGTM (non-binding)

@stevvooe
Copy link
Member

LGTM

2 similar comments
@mikebrow
Copy link
Member

LGTM

@crosbymichael
Copy link
Member

LGTM

@AkihiroSuda
Copy link
Member Author

11 LGTMs, so moved the repo to https://github.com/containerd/nerdctl

Thanks all for voting.

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

No branches or pull requests