Key features: Multi-platform mode, nerdctl image encrypt
, Kubernetes-aware nerdctl ps
, zsh completion
Changes
-
nerdctl run
:- support Multi-platform mode (
nerdctl run --platform=arm64 ...
(#448) - Fix
nerdctl run IMAGEID
(#453, thanks to @Junnplus) - Add
--tmpfs
(#474)
- support Multi-platform mode (
-
nerdctl image encrypt
: addnerdctl image (encrypt|decrypt) SRC DST
command (#484) -
nerdctl ps
: show Kubernetes names (k8s://NS/POD[/CONTAINER]
) (#485) -
nerdctl completion
: support ZSH (#373, thanks to @robberphex) -
nerdctl images
: add--digests
(#442) -
nerdctl build
: support dockerfile from stdin (#440, thanks to @fahedouch) -
nerdctl restart
: addnerdctl restart
command (#450, thanks to @ningmingxiao) -
nerdctl compose
:- Add
nerdctl compose ps
command (#425, thanks to @joubertredrat) - Fix
nerdctl compose up SVC1 SVC2...
(#456, thanks to @DamiaPoquet)
- Add
-
nerdctl info
: show more info (#426)
Other changes: https://github.com/containerd/nerdctl/milestone/8?closed=1
About the binaries
- Minimal (
nerdctl-0.13.0-linux-amd64.tar.gz
): nerdctl only - Full (
nerdctl-full-0.13.0-linux-amd64.tar.gz
): Includes dependencies such as containerd, runc, and CNI
Minimal
Extract the archive to a path like
/usr/local/bin
or ~/bin
.
tar Cxzvvf /usr/local/bin nerdctl-0.13.0-linux-amd64.tar.gz
-rwxr-xr-x root/root 22806528 2021-11-04 05:48 nerdctl
-rwxr-xr-x root/root 14866 2021-11-04 05:47 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root 6972 2021-11-04 05:47 containerd-rootless.sh
Full
Extract the archive to a path like
See
/usr/local
or ~/.local
.
tar Cxzvvf /usr/local nerdctl-full-0.13.0-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2021-11-04 05:55 bin/
-rwxr-xr-x 0/0 25847673 2015-10-21 00:00 bin/buildctl
-rwxr-xr-x 0/0 38753894 2015-10-21 00:00 bin/buildkitd
-rwxr-xr-x 0/0 49275392 2021-10-05 01:06 bin/containerd
-rwxr-xr-x 0/0 9990144 2021-06-24 08:25 bin/containerd-fuse-overlayfs-grpc
-rwxr-xr-x 0/0 14866 2021-11-04 05:53 bin/containerd-rootless-setuptool.sh
-rwxr-xr-x 0/0 6972 2021-11-04 05:53 bin/containerd-rootless.sh
-rwxr-xr-x 0/0 8798208 2021-10-05 01:06 bin/containerd-shim-runc-v2
-rwxr-xr-x 0/0 38850560 2021-09-29 07:05 bin/containerd-stargz-grpc
-rwxr-xr-x 0/0 22696992 2021-10-05 01:06 bin/containerd-stress
-rwxr-xr-x 0/0 19144922 2021-11-04 05:54 bin/ctd-decoder
-rwxr-xr-x 0/0 27452512 2021-10-05 01:06 bin/ctr
-rwxr-xr-x 0/0 28002634 2021-11-04 05:54 bin/ctr-enc
-rwxr-xr-x 0/0 24044216 2021-09-29 07:05 bin/ctr-remote
-rwxr-xr-x 0/0 2461920 2021-11-04 05:55 bin/fuse-overlayfs
-rwxr-xr-x 0/0 22777856 2021-11-04 05:53 bin/nerdctl
-rwxr-xr-x 0/0 9157229 2021-08-18 07:52 bin/rootlessctl
-rwxr-xr-x 0/0 10579358 2021-08-18 07:52 bin/rootlesskit
-rwxr-xr-x 0/0 13482352 2021-11-04 05:54 bin/runc
-rwxr-xr-x 0/0 3669824 2021-11-04 05:55 bin/slirp4netns
drwxr-xr-x 0/0 0 2021-11-04 05:53 lib/
drwxr-xr-x 0/0 0 2021-11-04 05:53 lib/systemd/
drwxr-xr-x 0/0 0 2021-11-04 05:54 lib/systemd/system/
-rw-r--r-- 0/0 1331 2021-11-04 05:54 lib/systemd/system/buildkit.service
-rw-r--r-- 0/0 1270 2021-11-04 05:53 lib/systemd/system/containerd.service
-rw-r--r-- 0/0 312 2021-11-04 05:54 lib/systemd/system/stargz-snapshotter.service
drwxr-xr-x 0/0 0 2021-11-04 05:54 libexec/
drwxrwxr-x 0/0 0 2021-11-04 05:54 libexec/cni/
-rwxr-xr-x 0/0 3990800 2021-09-07 19:48 libexec/cni/bandwidth
-rwxr-xr-x 0/0 4409304 2021-09-07 19:48 libexec/cni/bridge
-rwxr-xr-x 0/0 9784253 2021-09-07 19:49 libexec/cni/dhcp
-rwxr-xr-x 0/0 4553440 2021-09-07 19:48 libexec/cni/firewall
-rwxr-xr-x 0/0 4009601 2021-09-07 19:48 libexec/cni/host-device
-rwxr-xr-x 0/0 3402808 2021-09-07 19:49 libexec/cni/host-local
-rwxr-xr-x 0/0 4144654 2021-09-07 19:48 libexec/cni/ipvlan
-rwxr-xr-x 0/0 2166784 2021-09-27 06:35 libexec/cni/isolation
-rwxr-xr-x 0/0 3472123 2021-09-07 19:48 libexec/cni/loopback
-rwxr-xr-x 0/0 4216875 2021-09-07 19:48 libexec/cni/macvlan
-rwxr-xr-x 0/0 3924908 2021-09-07 19:48 libexec/cni/portmap
-rwxr-xr-x 0/0 4337802 2021-09-07 19:48 libexec/cni/ptp
-rwxr-xr-x 0/0 3682127 2021-09-07 19:48 libexec/cni/sbr
-rwxr-xr-x 0/0 2967017 2021-09-07 19:49 libexec/cni/static
-rwxr-xr-x 0/0 3622640 2021-09-07 19:48 libexec/cni/tuning
-rwxr-xr-x 0/0 4140657 2021-09-07 19:48 libexec/cni/vlan
-rwxr-xr-x 0/0 3715972 2021-09-07 19:48 libexec/cni/vrf
drwxr-xr-x 0/0 0 2021-11-04 05:53 share/
drwxr-xr-x 0/0 0 2021-11-04 05:53 share/doc/
drwxr-xr-x 0/0 0 2021-11-04 05:53 share/doc/nerdctl/
-rw-r--r-- 0/0 46105 2021-11-04 05:47 share/doc/nerdctl/README.md
drwxr-xr-x 0/0 0 2021-11-04 05:53 share/doc/nerdctl/docs/
-rw-r--r-- 0/0 1848 2021-11-04 05:47 share/doc/nerdctl/docs/compose.md
-rw-r--r-- 0/0 2040 2021-11-04 05:47 share/doc/nerdctl/docs/dir.md
-rw-r--r-- 0/0 355 2021-11-04 05:47 share/doc/nerdctl/docs/experimental.md
-rw-r--r-- 0/0 1196 2021-11-04 05:47 share/doc/nerdctl/docs/freebsd.md
-rw-r--r-- 0/0 2326 2021-11-04 05:47 share/doc/nerdctl/docs/gpu.md
-rw-r--r-- 0/0 1667 2021-11-04 05:47 share/doc/nerdctl/docs/multi-platform.md
-rw-r--r-- 0/0 3198 2021-11-04 05:47 share/doc/nerdctl/docs/ocicrypt.md
-rw-r--r-- 0/0 689 2021-11-04 05:47 share/doc/nerdctl/docs/registry.md
-rw-r--r-- 0/0 3626 2021-11-04 05:47 share/doc/nerdctl/docs/rootless.md
-rw-r--r-- 0/0 4835 2021-11-04 05:47 share/doc/nerdctl/docs/stargz.md
drwxr-xr-x 0/0 0 2021-11-04 05:55 share/doc/nerdctl-full/
-rw-r--r-- 0/0 807 2021-11-04 05:55 share/doc/nerdctl-full/README.md
-rw-r--r-- 0/0 4683 2021-11-04 05:55 share/doc/nerdctl-full/SHA256SUMS
Included components
share/doc/nerdctl-full/README.md
:
# nerdctl (full distribution)
- nerdctl: v0.13.0
- containerd: v1.5.7
- runc: v1.0.2
- CNI plugins: v1.0.1
- CNI isolation plugin: v0.0.4
- BuildKit: v0.9.2
- Stargz Snapshotter: v0.9.0
- imgcrypt: v1.1.2
- RootlessKit: v0.14.5
- slirp4netns: v1.1.12
- fuse-overlayfs: v1.7.1
- containerd-fuse-overlayfs: v1.0.3
## License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://github.com/rootless-containers/slirp4netns/blob/v1.1.12/COPYING)
- bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 3](https://github.com/containers/fuse-overlayfs/blob/v1.7.1/COPYING)
- bin/runc (Apache License 2.0) is statically linked with libseccomp ([LGPL 2.1](https://github.com/seccomp/libseccomp/blob/main/LICENSE))
- Other files: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
Quick start
Rootful
$ sudo systemctl enable --now containerd
$ sudo nerdctl run -d --name nginx -p 80:80 nginx:alpine
Rootless
$ containerd-rootless-setuptool.sh install
$ nerdctl run -d --name nginx -p 8080:80 nginx:alpine
Enabling cgroup v2 is highly recommended for rootless mode, see https://rootlesscontaine.rs/getting-started/common/cgroup2/ .
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/1420023628
The sha256sum of the SHA256SUMS file itself is bcec99f3dc8434116e8f4246d58c54079682f2ffa1f8da38c60cc6884918d4f4
.