Releases: containerd/nerdctl
v0.8.0
Changes
- Added
nerdctl compose up|logs|build|down
. Almost compatible with the non-Swarm version ofdocker-compose
, but does not support multi-networking yet. (#156, #167, #172, #174) - Added
nerdctl wait
(#162 , thanks to @fahedouch) nerdctl container inspect
now shows port forwarding info (#159, thanks to @fahedouch)
About the binaries
- Minimal (
nerdctl-0.8.0-linux-amd64.tar.gz
): nerdctl only - Full (
nerdctl-full-0.8.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.8.0-linux-amd64.tar.gz
-rwxr-xr-x root/root 22966272 2021-04-15 10:28 nerdctl
-rwxr-xr-x root/root 14866 2021-04-15 10:27 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root 5952 2021-04-15 10:27 containerd-rootless.sh
Full
Extract the archive to a path like /usr/local
or ~/.local
.
tar Cxzvvf /usr/local nerdctl-full-0.8.0-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2021-04-15 10:32 bin/
-rwxr-xr-x 0/0 24806586 2015-10-21 00:00 bin/buildctl
-rwxr-xr-x 0/0 36003412 2015-10-21 00:00 bin/buildkitd
-rwxr-xr-x 0/0 48738080 2021-04-13 15:33 bin/containerd
-rwxr-xr-x 0/0 9986048 2021-03-20 02:37 bin/containerd-fuse-overlayfs-grpc
-rwxr-xr-x 0/0 14866 2021-04-15 10:32 bin/containerd-rootless-setuptool.sh
-rwxr-xr-x 0/0 5952 2021-04-15 10:32 bin/containerd-rootless.sh
-rwxr-xr-x 0/0 8597504 2021-04-13 15:33 bin/containerd-shim-runc-v2
-rwxr-xr-x 0/0 33779712 2021-03-22 02:54 bin/containerd-stargz-grpc
-rwxr-xr-x 0/0 22573264 2021-04-15 10:32 bin/ctd-decoder
-rwxr-xr-x 0/0 26915232 2021-04-13 15:32 bin/ctr
-rwxr-xr-x 0/0 32798898 2021-04-15 10:32 bin/ctr-enc
-rwxr-xr-x 0/0 24379816 2021-03-22 02:54 bin/ctr-remote
-rwxr-xr-x 0/0 2465200 2021-04-15 10:32 bin/fuse-overlayfs
-rwxr-xr-x 0/0 22941696 2021-04-15 10:32 bin/nerdctl
-rwxr-xr-x 0/0 9170351 2021-03-30 08:56 bin/rootlessctl
-rwxr-xr-x 0/0 10670885 2021-03-30 08:56 bin/rootlesskit
-rwxr-xr-x 0/0 14753696 2021-04-15 10:32 bin/runc
-rwxr-xr-x 0/0 3621328 2021-04-15 10:32 bin/slirp4netns
drwxr-xr-x 0/0 0 2021-04-15 10:32 lib/
drwxr-xr-x 0/0 0 2021-04-15 10:32 lib/systemd/
drwxr-xr-x 0/0 0 2021-04-15 10:32 lib/systemd/system/
-rw-r--r-- 0/0 1331 2021-04-15 10:32 lib/systemd/system/buildkit.service
-rw-r--r-- 0/0 1270 2021-04-15 10:32 lib/systemd/system/containerd.service
-rw-r--r-- 0/0 312 2021-04-15 10:32 lib/systemd/system/stargz-snapshotter.service
drwxr-xr-x 0/0 0 2021-04-15 10:32 libexec/
drwxrwxr-x 0/0 0 2021-04-15 10:32 libexec/cni/
-rwxr-xr-x 0/0 4151672 2021-02-05 15:42 libexec/cni/bandwidth
-rwxr-xr-x 0/0 4536104 2021-02-05 15:42 libexec/cni/bridge
-rwxr-xr-x 0/0 10270090 2021-02-05 15:42 libexec/cni/dhcp
-rwxr-xr-x 0/0 4767801 2021-02-05 15:42 libexec/cni/firewall
-rwxr-xr-x 0/0 3357992 2021-02-05 15:42 libexec/cni/flannel
-rwxr-xr-x 0/0 4144106 2021-02-05 15:42 libexec/cni/host-device
-rwxr-xr-x 0/0 3565330 2021-02-05 15:42 libexec/cni/host-local
-rwxr-xr-x 0/0 4288339 2021-02-05 15:42 libexec/cni/ipvlan
-rwxr-xr-x 0/0 2387968 2021-01-19 09:17 libexec/cni/isolation
-rwxr-xr-x 0/0 3530531 2021-02-05 15:42 libexec/cni/loopback
-rwxr-xr-x 0/0 4367216 2021-02-05 15:42 libexec/cni/macvlan
-rwxr-xr-x 0/0 3966455 2021-02-05 15:42 libexec/cni/portmap
-rwxr-xr-x 0/0 4467317 2021-02-05 15:42 libexec/cni/ptp
-rwxr-xr-x 0/0 3701138 2021-02-05 15:42 libexec/cni/sbr
-rwxr-xr-x 0/0 3153330 2021-02-05 15:42 libexec/cni/static
-rwxr-xr-x 0/0 3668289 2021-02-05 15:42 libexec/cni/tuning
-rwxr-xr-x 0/0 4287972 2021-02-05 15:42 libexec/cni/vlan
-rwxr-xr-x 0/0 3759977 2021-02-05 15:42 libexec/cni/vrf
drwxr-xr-x 0/0 0 2021-04-15 10:32 share/
drwxr-xr-x 0/0 0 2021-04-15 10:32 share/doc/
drwxr-xr-x 0/0 0 2021-04-15 10:32 share/doc/nerdctl/
-rw-r--r-- 0/0 35577 2021-04-15 10:27 share/doc/nerdctl/README.md
drwxr-xr-x 0/0 0 2021-04-15 10:32 share/doc/nerdctl/docs/
-rw-r--r-- 0/0 1925 2021-04-15 10:27 share/doc/nerdctl/docs/compose.md
-rw-r--r-- 0/0 1981 2021-04-15 10:27 share/doc/nerdctl/docs/dir.md
-rw-r--r-- 0/0 1387 2021-04-15 10:27 share/doc/nerdctl/docs/ocicrypt.md
-rw-r--r-- 0/0 689 2021-04-15 10:27 share/doc/nerdctl/docs/registry.md
-rw-r--r-- 0/0 4488 2021-04-15 10:27 share/doc/nerdctl/docs/rootless.md
-rw-r--r-- 0/0 4835 2021-04-15 10:27 share/doc/nerdctl/docs/stargz.md
drwxr-xr-x 0/0 0 2021-04-15 10:32 share/doc/nerdctl-full/
-rw-r--r-- 0/0 675 2021-04-15 10:32 share/doc/nerdctl-full/README.md
-rw-r--r-- 0/0 4265 2021-04-15 10:32 share/doc/nerdctl-full/SHA256SUMS
Included components
See share/doc/nerdctl-full/README.md
:
# nerdctl (full distribution)
- nerdctl: v0.8.0
- containerd: v1.5.0-rc.1
- runc: v1.0.0-rc93
- CNI plugins: v0.9.1
- CNI isolation plugin: v0.0.3
- BuildKit: v0.8.2
- Stargz Snapshotter: v0.5.0
- imgcrypt: v1.1.1
- RootlessKit: v0.14.1
- slirp4netns: v1.1.9
- fuse-overlayfs: v1.5.0
- containerd-fuse-overlayfs: v1.0.2
## License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://github.com/rootless-containers/slirp4netns/blob/v1.1.9/COPYING)
- bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 3](https://github.com/containers/fuse-overlayfs/blob/v1.5.0/COPYING)
- 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/751669647
The sha256sum of the SHA256SUMS file itself is be207266ba7e794da892e4220c4329f8682da1fee831880b62a2f2b0415a2c19
.
v0.7.3
Changes
Features:
- Support anonymous volumes (
nerdctl run -v /foo
and DockerfileVOLUME /foo
) (#153) nerdctl info
: support--format {{json .}}
(#141)- Support
nerdctl run --sysctl
,--cpuset-cpus
,--cpu-shares
(#129, thanks to @fahedouch) nerdctl images
: support specifying an individual image (#145, thanks to @ibreakthecloud)- Add binaries for ppc64le and s390x (#139)
Bug fixes:
nerdctl run --user
: reset additional GIDs (#155)- Prevent drop of the default capabilities when --cap-add used (#150, thanks to @tears-of-noobs)
- rootless: fix CONTAINERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=slirp4netns (#140)
About the binaries
- Minimal (
nerdctl-0.7.3-linux-amd64.tar.gz
): nerdctl only - Full (
nerdctl-full-0.7.3-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.7.3-linux-amd64.tar.gz
-rwxr-xr-x root/root 21557248 2021-04-05 08:20 nerdctl
-rwxr-xr-x root/root 14866 2021-04-05 08:20 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root 5952 2021-04-05 08:20 containerd-rootless.sh
Full
Extract the archive to a path like /usr/local
or ~/.local
.
tar Cxzvvf /usr/local nerdctl-full-0.7.3-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2021-04-05 08:24 bin/
-rwxr-xr-x 0/0 24806586 2015-10-21 00:00 bin/buildctl
-rwxr-xr-x 0/0 36003412 2015-10-21 00:00 bin/buildkitd
-rwxr-xr-x 0/0 48503808 2021-03-16 17:53 bin/containerd
-rwxr-xr-x 0/0 9986048 2021-03-20 02:37 bin/containerd-fuse-overlayfs-grpc
-rwxr-xr-x 0/0 14866 2021-04-05 08:24 bin/containerd-rootless-setuptool.sh
-rwxr-xr-x 0/0 5952 2021-04-05 08:24 bin/containerd-rootless.sh
-rwxr-xr-x 0/0 8597504 2021-03-16 17:54 bin/containerd-shim-runc-v2
-rwxr-xr-x 0/0 33779712 2021-03-22 02:54 bin/containerd-stargz-grpc
-rwxr-xr-x 0/0 22571719 2021-04-05 08:24 bin/ctd-decoder
-rwxr-xr-x 0/0 26532960 2021-03-16 17:53 bin/ctr
-rwxr-xr-x 0/0 32305116 2021-04-05 08:24 bin/ctr-enc
-rwxr-xr-x 0/0 24379816 2021-03-22 02:54 bin/ctr-remote
-rwxr-xr-x 0/0 2465200 2021-04-05 08:24 bin/fuse-overlayfs
-rwxr-xr-x 0/0 21532672 2021-04-05 08:24 bin/nerdctl
-rwxr-xr-x 0/0 9170351 2021-03-30 08:56 bin/rootlessctl
-rwxr-xr-x 0/0 10670885 2021-03-30 08:56 bin/rootlesskit
-rwxr-xr-x 0/0 14753696 2021-04-05 08:24 bin/runc
-rwxr-xr-x 0/0 3621328 2021-04-05 08:24 bin/slirp4netns
drwxr-xr-x 0/0 0 2021-04-05 08:24 lib/
drwxr-xr-x 0/0 0 2021-04-05 08:24 lib/systemd/
drwxr-xr-x 0/0 0 2021-04-05 08:24 lib/systemd/system/
-rw-r--r-- 0/0 1331 2021-04-05 08:24 lib/systemd/system/buildkit.service
-rw-r--r-- 0/0 1270 2021-04-05 08:24 lib/systemd/system/containerd.service
-rw-r--r-- 0/0 312 2021-04-05 08:24 lib/systemd/system/stargz-snapshotter.service
drwxr-xr-x 0/0 0 2021-04-05 08:24 libexec/
drwxrwxr-x 0/0 0 2021-04-05 08:24 libexec/cni/
-rwxr-xr-x 0/0 4151672 2021-02-05 15:42 libexec/cni/bandwidth
-rwxr-xr-x 0/0 4536104 2021-02-05 15:42 libexec/cni/bridge
-rwxr-xr-x 0/0 10270090 2021-02-05 15:42 libexec/cni/dhcp
-rwxr-xr-x 0/0 4767801 2021-02-05 15:42 libexec/cni/firewall
-rwxr-xr-x 0/0 3357992 2021-02-05 15:42 libexec/cni/flannel
-rwxr-xr-x 0/0 4144106 2021-02-05 15:42 libexec/cni/host-device
-rwxr-xr-x 0/0 3565330 2021-02-05 15:42 libexec/cni/host-local
-rwxr-xr-x 0/0 4288339 2021-02-05 15:42 libexec/cni/ipvlan
-rwxr-xr-x 0/0 2387968 2021-01-19 09:17 libexec/cni/isolation
-rwxr-xr-x 0/0 3530531 2021-02-05 15:42 libexec/cni/loopback
-rwxr-xr-x 0/0 4367216 2021-02-05 15:42 libexec/cni/macvlan
-rwxr-xr-x 0/0 3966455 2021-02-05 15:42 libexec/cni/portmap
-rwxr-xr-x 0/0 4467317 2021-02-05 15:42 libexec/cni/ptp
-rwxr-xr-x 0/0 3701138 2021-02-05 15:42 libexec/cni/sbr
-rwxr-xr-x 0/0 3153330 2021-02-05 15:42 libexec/cni/static
-rwxr-xr-x 0/0 3668289 2021-02-05 15:42 libexec/cni/tuning
-rwxr-xr-x 0/0 4287972 2021-02-05 15:42 libexec/cni/vlan
-rwxr-xr-x 0/0 3759977 2021-02-05 15:42 libexec/cni/vrf
drwxr-xr-x 0/0 0 2021-04-05 08:24 share/
drwxr-xr-x 0/0 0 2021-04-05 08:24 share/doc/
drwxr-xr-x 0/0 0 2021-04-05 08:24 share/doc/nerdctl/
-rw-r--r-- 0/0 32634 2021-04-05 08:20 share/doc/nerdctl/README.md
drwxr-xr-x 0/0 0 2021-04-05 08:24 share/doc/nerdctl/docs/
-rw-r--r-- 0/0 1981 2021-04-05 08:20 share/doc/nerdctl/docs/dir.md
-rw-r--r-- 0/0 1387 2021-04-05 08:20 share/doc/nerdctl/docs/ocicrypt.md
-rw-r--r-- 0/0 689 2021-04-05 08:20 share/doc/nerdctl/docs/registry.md
-rw-r--r-- 0/0 4488 2021-04-05 08:20 share/doc/nerdctl/docs/rootless.md
-rw-r--r-- 0/0 4835 2021-04-05 08:20 share/doc/nerdctl/docs/stargz.md
drwxr-xr-x 0/0 0 2021-04-05 08:24 share/doc/nerdctl-full/
-rw-r--r-- 0/0 677 2021-04-05 08:24 share/doc/nerdctl-full/README.md
-rw-r--r-- 0/0 4163 2021-04-05 08:24 share/doc/nerdctl-full/SHA256SUMS
Included components
See share/doc/nerdctl-full/README.md
:
# nerdctl (full distribution)
- nerdctl: v0.7.3
- containerd: v1.5.0-beta.4
- runc: v1.0.0-rc93
- CNI plugins: v0.9.1
- CNI isolation plugin: v0.0.3
- BuildKit: v0.8.2
- Stargz Snapshotter: v0.5.0
- imgcrypt: v1.1.0
- RootlessKit: v0.14.1
- slirp4netns: v1.1.9
- fuse-overlayfs: v1.5.0
- containerd-fuse-overlayfs: v1.0.2
## License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://github.com/rootless-containers/slirp4netns/blob/v1.1.9/COPYING)
- bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 3](https://github.com/containers/fuse-overlayfs/blob/v1.5.0/COPYING)
- 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/718642254
The sha256sum of the SHA256SUMS file itself is 243176dbe8d97d2f1efd707dd053e9da59f86ebdb035d27cdd99fc219095e61e
.
v0.7.2
Changes
- Moved the repo from
github.com/AkihiroSuda/nerdctl
togithub.com/containerd/nerdctl
- rootless: allow
nerdctl completion bash
without$XDG_RUNTIME_DIR
(#111) - ps, inspect: show exit status (#112)
- logs: support
--follow
(#113) - rootless: support busybox version of
nsenter
(#114) - rootless: support stargz snapshotter (#123)
- Fixed logging into
ghcr.io
(#122, thanks to @ktock)
About the binaries
- Minimal (
nerdctl-0.7.2-linux-amd64.tar.gz
): nerdctl only - Full (
nerdctl-full-0.7.2-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.7.2-linux-amd64.tar.gz
-rwxr-xr-x root/root 22040576 2021-03-22 06:40 nerdctl
-rwxr-xr-x root/root 14866 2021-03-22 06:39 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root 5952 2021-03-22 06:39 containerd-rootless.sh
Full
Extract the archive to a path like /usr/local
or ~/.local
.
tar Cxzvvf /usr/local nerdctl-full-0.7.2-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2021-03-22 06:44 bin/
-rwxr-xr-x 0/0 24806586 2015-10-21 00:00 bin/buildctl
-rwxr-xr-x 0/0 36003412 2015-10-21 00:00 bin/buildkitd
-rwxr-xr-x 0/0 48503808 2021-03-16 17:53 bin/containerd
-rwxr-xr-x 0/0 9986048 2021-03-20 02:37 bin/containerd-fuse-overlayfs-grpc
-rwxr-xr-x 0/0 14866 2021-03-22 06:43 bin/containerd-rootless-setuptool.sh
-rwxr-xr-x 0/0 5952 2021-03-22 06:43 bin/containerd-rootless.sh
-rwxr-xr-x 0/0 8597504 2021-03-16 17:54 bin/containerd-shim-runc-v2
-rwxr-xr-x 0/0 33779712 2021-03-22 02:54 bin/containerd-stargz-grpc
-rwxr-xr-x 0/0 22572903 2021-03-22 06:44 bin/ctd-decoder
-rwxr-xr-x 0/0 26532960 2021-03-16 17:53 bin/ctr
-rwxr-xr-x 0/0 32304756 2021-03-22 06:44 bin/ctr-enc
-rwxr-xr-x 0/0 24379816 2021-03-22 02:54 bin/ctr-remote
-rwxr-xr-x 0/0 2462760 2021-03-22 06:44 bin/fuse-overlayfs
-rwxr-xr-x 0/0 22016000 2021-03-22 06:43 bin/nerdctl
-rwxr-xr-x 0/0 9168990 2021-03-16 04:31 bin/rootlessctl
-rwxr-xr-x 0/0 10671669 2021-03-16 04:31 bin/rootlesskit
-rwxr-xr-x 0/0 14753696 2021-03-22 06:43 bin/runc
-rwxr-xr-x 0/0 3621328 2021-03-22 06:44 bin/slirp4netns
drwxr-xr-x 0/0 0 2021-03-22 06:43 lib/
drwxr-xr-x 0/0 0 2021-03-22 06:43 lib/systemd/
drwxr-xr-x 0/0 0 2021-03-22 06:43 lib/systemd/system/
-rw-r--r-- 0/0 1331 2021-03-22 06:43 lib/systemd/system/buildkit.service
-rw-r--r-- 0/0 1270 2021-03-22 06:43 lib/systemd/system/containerd.service
-rw-r--r-- 0/0 312 2021-03-22 06:43 lib/systemd/system/stargz-snapshotter.service
drwxr-xr-x 0/0 0 2021-03-22 06:43 libexec/
drwxrwxr-x 0/0 0 2021-03-22 06:43 libexec/cni/
-rwxr-xr-x 0/0 4151672 2021-02-05 15:42 libexec/cni/bandwidth
-rwxr-xr-x 0/0 4536104 2021-02-05 15:42 libexec/cni/bridge
-rwxr-xr-x 0/0 10270090 2021-02-05 15:42 libexec/cni/dhcp
-rwxr-xr-x 0/0 4767801 2021-02-05 15:42 libexec/cni/firewall
-rwxr-xr-x 0/0 3357992 2021-02-05 15:42 libexec/cni/flannel
-rwxr-xr-x 0/0 4144106 2021-02-05 15:42 libexec/cni/host-device
-rwxr-xr-x 0/0 3565330 2021-02-05 15:42 libexec/cni/host-local
-rwxr-xr-x 0/0 4288339 2021-02-05 15:42 libexec/cni/ipvlan
-rwxr-xr-x 0/0 2387968 2021-01-19 09:17 libexec/cni/isolation
-rwxr-xr-x 0/0 3530531 2021-02-05 15:42 libexec/cni/loopback
-rwxr-xr-x 0/0 4367216 2021-02-05 15:42 libexec/cni/macvlan
-rwxr-xr-x 0/0 3966455 2021-02-05 15:42 libexec/cni/portmap
-rwxr-xr-x 0/0 4467317 2021-02-05 15:42 libexec/cni/ptp
-rwxr-xr-x 0/0 3701138 2021-02-05 15:42 libexec/cni/sbr
-rwxr-xr-x 0/0 3153330 2021-02-05 15:42 libexec/cni/static
-rwxr-xr-x 0/0 3668289 2021-02-05 15:42 libexec/cni/tuning
-rwxr-xr-x 0/0 4287972 2021-02-05 15:42 libexec/cni/vlan
-rwxr-xr-x 0/0 3759977 2021-02-05 15:42 libexec/cni/vrf
drwxr-xr-x 0/0 0 2021-03-22 06:43 share/
drwxr-xr-x 0/0 0 2021-03-22 06:43 share/doc/
drwxr-xr-x 0/0 0 2021-03-22 06:43 share/doc/nerdctl/
-rw-r--r-- 0/0 32217 2021-03-22 06:39 share/doc/nerdctl/README.md
drwxr-xr-x 0/0 0 2021-03-22 06:43 share/doc/nerdctl/docs/
-rw-r--r-- 0/0 1981 2021-03-22 06:39 share/doc/nerdctl/docs/dir.md
-rw-r--r-- 0/0 1387 2021-03-22 06:39 share/doc/nerdctl/docs/ocicrypt.md
-rw-r--r-- 0/0 689 2021-03-22 06:39 share/doc/nerdctl/docs/registry.md
-rw-r--r-- 0/0 4488 2021-03-22 06:39 share/doc/nerdctl/docs/rootless.md
-rw-r--r-- 0/0 4835 2021-03-22 06:39 share/doc/nerdctl/docs/stargz.md
drwxr-xr-x 0/0 0 2021-03-22 06:44 share/doc/nerdctl-full/
-rw-r--r-- 0/0 677 2021-03-22 06:44 share/doc/nerdctl-full/README.md
-rw-r--r-- 0/0 4163 2021-03-22 06:44 share/doc/nerdctl-full/SHA256SUMS
Included components
See share/doc/nerdctl-full/README.md
:
# nerdctl (full distribution)
- nerdctl: v0.7.2
- containerd: v1.5.0-beta.4
- runc: v1.0.0-rc93
- CNI plugins: v0.9.1
- CNI isolation plugin: v0.0.3
- BuildKit: v0.8.2
- Stargz Snapshotter: v0.5.0
- imgcrypt: v1.1.0
- RootlessKit: v0.14.0
- slirp4netns: v1.1.9
- fuse-overlayfs: v1.4.0
- containerd-fuse-overlayfs: v1.0.2
## License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://github.com/rootless-containers/slirp4netns/blob/v1.1.9/COPYING)
- bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 3](https://github.com/containers/fuse-overlayfs/blob/v1.4.0/COPYING)
- 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/675103463
The sha256sum of the SHA256SUMS file itself is 7e6aacf767824a5863a3fc4b8d3b63300522bf801c40d1b66985726b93573294
.
v0.7.1
Changes
- Improved stability of CLI (#109)
- Improved
nerdctl completion bash
(#102, #104) nerdctl namespace ls
now shows the number of the containers, images, and volumes (#107)nerdctl info
now shows the host distro version and the kernel version (#107)
About the binaries
- Minimal (
nerdctl-0.7.1-linux-amd64.tar.gz
): nerdctl only - Full (
nerdctl-full-0.7.1-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.7.1-linux-amd64.tar.gz
-rwxr-xr-x root/root 20877312 2021-03-11 15:02 nerdctl
-rwxr-xr-x root/root 12487 2021-03-11 15:01 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root 5838 2021-03-11 15:01 containerd-rootless.sh
Full
Extract the archive to a path like /usr/local
or ~/.local
.
tar Cxzvvf /usr/local nerdctl-full-0.7.1-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2021-03-11 15:06 bin/
-rwxr-xr-x 0/0 24806586 2015-10-21 00:00 bin/buildctl
-rwxr-xr-x 0/0 36003412 2015-10-21 00:00 bin/buildkitd
-rwxr-xr-x 0/0 48767520 2021-03-05 05:39 bin/containerd
-rwxr-xr-x 0/0 9986048 2021-03-08 08:10 bin/containerd-fuse-overlayfs-grpc
-rwxr-xr-x 0/0 12487 2021-03-11 15:05 bin/containerd-rootless-setuptool.sh
-rwxr-xr-x 0/0 5838 2021-03-11 15:05 bin/containerd-rootless.sh
-rwxr-xr-x 0/0 9314304 2021-03-05 05:39 bin/containerd-shim-runc-v2
-rwxr-xr-x 0/0 32571392 2021-02-12 09:28 bin/containerd-stargz-grpc
-rwxr-xr-x 0/0 21596201 2021-03-11 15:06 bin/ctd-decoder
-rwxr-xr-x 0/0 26751872 2021-03-05 05:39 bin/ctr
-rwxr-xr-x 0/0 30717492 2021-03-11 15:06 bin/ctr-enc
-rwxr-xr-x 0/0 23996296 2021-02-12 09:28 bin/ctr-remote
-rwxr-xr-x 0/0 2462760 2021-03-11 15:06 bin/fuse-overlayfs
-rwxr-xr-x 0/0 20848640 2021-03-11 15:05 bin/nerdctl
-rwxr-xr-x 0/0 9159430 2021-03-02 07:37 bin/rootlessctl
-rwxr-xr-x 0/0 10670829 2021-03-02 07:37 bin/rootlesskit
-rwxr-xr-x 0/0 14753696 2021-03-11 15:05 bin/runc
-rwxr-xr-x 0/0 3621328 2021-03-11 15:06 bin/slirp4netns
drwxr-xr-x 0/0 0 2021-03-11 15:05 lib/
drwxr-xr-x 0/0 0 2021-03-11 15:05 lib/systemd/
drwxr-xr-x 0/0 0 2021-03-11 15:05 lib/systemd/system/
-rw-r--r-- 0/0 1331 2021-03-11 15:05 lib/systemd/system/buildkit.service
-rw-r--r-- 0/0 1270 2021-03-11 15:05 lib/systemd/system/containerd.service
-rw-r--r-- 0/0 300 2021-03-11 15:05 lib/systemd/system/stargz-snapshotter.service
drwxr-xr-x 0/0 0 2021-03-11 15:05 libexec/
drwxrwxr-x 0/0 0 2021-03-11 15:05 libexec/cni/
-rwxr-xr-x 0/0 4151672 2021-02-05 15:42 libexec/cni/bandwidth
-rwxr-xr-x 0/0 4536104 2021-02-05 15:42 libexec/cni/bridge
-rwxr-xr-x 0/0 10270090 2021-02-05 15:42 libexec/cni/dhcp
-rwxr-xr-x 0/0 4767801 2021-02-05 15:42 libexec/cni/firewall
-rwxr-xr-x 0/0 3357992 2021-02-05 15:42 libexec/cni/flannel
-rwxr-xr-x 0/0 4144106 2021-02-05 15:42 libexec/cni/host-device
-rwxr-xr-x 0/0 3565330 2021-02-05 15:42 libexec/cni/host-local
-rwxr-xr-x 0/0 4288339 2021-02-05 15:42 libexec/cni/ipvlan
-rwxr-xr-x 0/0 2387968 2021-01-19 09:17 libexec/cni/isolation
-rwxr-xr-x 0/0 3530531 2021-02-05 15:42 libexec/cni/loopback
-rwxr-xr-x 0/0 4367216 2021-02-05 15:42 libexec/cni/macvlan
-rwxr-xr-x 0/0 3966455 2021-02-05 15:42 libexec/cni/portmap
-rwxr-xr-x 0/0 4467317 2021-02-05 15:42 libexec/cni/ptp
-rwxr-xr-x 0/0 3701138 2021-02-05 15:42 libexec/cni/sbr
-rwxr-xr-x 0/0 3153330 2021-02-05 15:42 libexec/cni/static
-rwxr-xr-x 0/0 3668289 2021-02-05 15:42 libexec/cni/tuning
-rwxr-xr-x 0/0 4287972 2021-02-05 15:42 libexec/cni/vlan
-rwxr-xr-x 0/0 3759977 2021-02-05 15:42 libexec/cni/vrf
drwxr-xr-x 0/0 0 2021-03-11 15:05 share/
drwxr-xr-x 0/0 0 2021-03-11 15:05 share/doc/
drwxr-xr-x 0/0 0 2021-03-11 15:05 share/doc/nerdctl/
-rw-r--r-- 0/0 19430 2021-03-11 15:01 share/doc/nerdctl/README.md
drwxr-xr-x 0/0 0 2021-03-11 15:05 share/doc/nerdctl/docs/
-rw-r--r-- 0/0 1981 2021-03-11 15:01 share/doc/nerdctl/docs/dir.md
-rw-r--r-- 0/0 1387 2021-03-11 15:01 share/doc/nerdctl/docs/ocicrypt.md
-rw-r--r-- 0/0 690 2021-03-11 15:01 share/doc/nerdctl/docs/registry.md
-rw-r--r-- 0/0 3425 2021-03-11 15:01 share/doc/nerdctl/docs/rootless.md
-rw-r--r-- 0/0 4739 2021-03-11 15:01 share/doc/nerdctl/docs/stargz.md
drwxr-xr-x 0/0 0 2021-03-11 15:06 share/doc/nerdctl-full/
-rw-r--r-- 0/0 684 2021-03-11 15:06 share/doc/nerdctl-full/README.md
-rw-r--r-- 0/0 4163 2021-03-11 15:06 share/doc/nerdctl-full/SHA256SUMS
Included components
See share/doc/nerdctl-full/README.md
:
# nerdctl (full distribution)
- nerdctl: v0.7.1
- containerd: v1.5.0-beta.3
- runc: v1.0.0-rc93
- CNI plugins: v0.9.1
- CNI isolation plugin: v0.0.3
- BuildKit: v0.8.2
- Stargz Snapshotter: v0.4.1
- imgcrypt: v1.1.0
- RootlessKit: v0.14.0-beta.0
- slirp4netns: v1.1.9
- fuse-overlayfs: v1.4.0
- containerd-fuse-overlayfs: v1.0.1
## License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://github.com/rootless-containers/slirp4netns/blob/v1.1.9/COPYING)
- bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 3](https://github.com/containers/fuse-overlayfs/blob/v1.4.0/COPYING)
- 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/643172896
The sha256sum of the SHA256SUMS file itself is 3d3cd0918f08dc4d2f6bd3d1c5fb01afa017fd46dcfc40afc684a111f2aa479b
.
v0.7.0
Changes (since 0.6.1)
New commands:
New flags:
nerdctl run --entrypoint
(#96)nerdctl --insecure-registry run
(#85). This flag disables HTTPS verification and allows falling back to plain HTTP
Other new features:
- Support running ocicrypt images (#94). See
docs/ocicrypt.md
. - Allow running rootless containers without cgroup (#91, #92)
- Implemented Bash autocompletion. Add
source <(nerdctl completion bash)
to~/.bash_profile
to enable. (#98)
Distribution:
- Added "full" distribution (#81). Contains all the dependencies such as containerd, runc, CNI, and BuildKit.
Bug fixes:
About the binaries
- Minimal (
nerdctl-0.7.0-linux-amd64.tar.gz
): nerdctl only - Full (
nerdctl-full-0.7.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.7.0-linux-amd64.tar.gz
-rwxr-xr-x root/root 20865024 2021-03-09 10:05 nerdctl
-rwxr-xr-x root/root 12487 2021-03-09 10:04 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root 5838 2021-03-09 10:04 containerd-rootless.sh
Full
Extract the archive to a path like /usr/local
or ~/.local
.
tar Cxzvvf /usr/local nerdctl-full-0.7.0-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2021-03-09 10:07 bin/
-rwxr-xr-x 0/0 24806586 2015-10-21 00:00 bin/buildctl
-rwxr-xr-x 0/0 36003412 2015-10-21 00:00 bin/buildkitd
-rwxr-xr-x 0/0 48241888 2021-02-26 17:01 bin/containerd
-rwxr-xr-x 0/0 9986048 2021-03-08 08:10 bin/containerd-fuse-overlayfs-grpc
-rwxr-xr-x 0/0 12487 2021-03-09 10:07 bin/containerd-rootless-setuptool.sh
-rwxr-xr-x 0/0 5838 2021-03-09 10:07 bin/containerd-rootless.sh
-rwxr-xr-x 0/0 9314304 2021-02-26 17:01 bin/containerd-shim-runc-v2
-rwxr-xr-x 0/0 32571392 2021-02-12 09:28 bin/containerd-stargz-grpc
-rwxr-xr-x 0/0 21595905 2021-03-09 10:07 bin/ctd-decoder
-rwxr-xr-x 0/0 26731392 2021-02-26 17:01 bin/ctr
-rwxr-xr-x 0/0 30717452 2021-03-09 10:07 bin/ctr-enc
-rwxr-xr-x 0/0 23996296 2021-02-12 09:28 bin/ctr-remote
-rwxr-xr-x 0/0 2462760 2021-03-09 10:07 bin/fuse-overlayfs
-rwxr-xr-x 0/0 20836352 2021-03-09 10:07 bin/nerdctl
-rwxr-xr-x 0/0 9159430 2021-03-02 07:37 bin/rootlessctl
-rwxr-xr-x 0/0 10670829 2021-03-02 07:37 bin/rootlesskit
-rwxr-xr-x 0/0 14753696 2021-03-09 10:07 bin/runc
-rwxr-xr-x 0/0 3621328 2021-03-09 10:07 bin/slirp4netns
drwxr-xr-x 0/0 0 2021-03-09 10:07 lib/
drwxr-xr-x 0/0 0 2021-03-09 10:07 lib/systemd/
drwxr-xr-x 0/0 0 2021-03-09 10:07 lib/systemd/system/
-rw-r--r-- 0/0 1331 2021-03-09 10:07 lib/systemd/system/buildkit.service
-rw-r--r-- 0/0 1270 2021-03-09 10:07 lib/systemd/system/containerd.service
-rw-r--r-- 0/0 300 2021-03-09 10:07 lib/systemd/system/stargz-snapshotter.service
drwxr-xr-x 0/0 0 2021-03-09 10:07 libexec/
drwxrwxr-x 0/0 0 2021-03-09 10:07 libexec/cni/
-rwxr-xr-x 0/0 4151672 2021-02-05 15:42 libexec/cni/bandwidth
-rwxr-xr-x 0/0 4536104 2021-02-05 15:42 libexec/cni/bridge
-rwxr-xr-x 0/0 10270090 2021-02-05 15:42 libexec/cni/dhcp
-rwxr-xr-x 0/0 4767801 2021-02-05 15:42 libexec/cni/firewall
-rwxr-xr-x 0/0 3357992 2021-02-05 15:42 libexec/cni/flannel
-rwxr-xr-x 0/0 4144106 2021-02-05 15:42 libexec/cni/host-device
-rwxr-xr-x 0/0 3565330 2021-02-05 15:42 libexec/cni/host-local
-rwxr-xr-x 0/0 4288339 2021-02-05 15:42 libexec/cni/ipvlan
-rwxr-xr-x 0/0 2387968 2021-01-19 09:17 libexec/cni/isolation
-rwxr-xr-x 0/0 3530531 2021-02-05 15:42 libexec/cni/loopback
-rwxr-xr-x 0/0 4367216 2021-02-05 15:42 libexec/cni/macvlan
-rwxr-xr-x 0/0 3966455 2021-02-05 15:42 libexec/cni/portmap
-rwxr-xr-x 0/0 4467317 2021-02-05 15:42 libexec/cni/ptp
-rwxr-xr-x 0/0 3701138 2021-02-05 15:42 libexec/cni/sbr
-rwxr-xr-x 0/0 3153330 2021-02-05 15:42 libexec/cni/static
-rwxr-xr-x 0/0 3668289 2021-02-05 15:42 libexec/cni/tuning
-rwxr-xr-x 0/0 4287972 2021-02-05 15:42 libexec/cni/vlan
-rwxr-xr-x 0/0 3759977 2021-02-05 15:42 libexec/cni/vrf
drwxr-xr-x 0/0 0 2021-03-09 10:07 share/
drwxr-xr-x 0/0 0 2021-03-09 10:07 share/doc/
drwxr-xr-x 0/0 0 2021-03-09 10:08 share/doc/nerdctl-full/
-rw-r--r-- 0/0 684 2021-03-09 10:07 share/doc/nerdctl-full/README.md
-rw-r--r-- 0/0 3559 2021-03-09 10:08 share/doc/nerdctl-full/SHA256SUMS
Included components
See share/doc/nerdctl-full/README.md
:
# nerdctl (full distribution)
- nerdctl: v0.7.0
- containerd: v1.5.0-beta.2
- runc: v1.0.0-rc93
- CNI plugins: v0.9.1
- CNI isolation plugin: v0.0.3
- BuildKit: v0.8.2
- Stargz Snapshotter: v0.4.1
- imgcrypt: v1.1.0
- RootlessKit: v0.14.0-beta.0
- slirp4netns: v1.1.9
- fuse-overlayfs: v1.4.0
- containerd-fuse-overlayfs: v1.0.1
## License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://github.com/rootless-containers/slirp4netns/blob/v1.1.9/COPYING)
- bin/fuse-overlayfs: [GNU GENERAL PUBLIC LICENSE, Version 3](https://github.com/containers/fuse-overlayfs/blob/v1.4.0/COPYING)
- 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/635372825
The sha256sum of the SHA256SUMS file itself is f48404bd2e67c77035f4179faa1a84ee4ec6aebd619afbb6cc818bf3b4f6422a
.
v0.7.0-beta.0
Changes
About the binaries
- Minimal (
nerdctl-0.7.0-beta.0-linux-amd64.tar.gz
): nerdctl only - Full (
nerdctl-full-0.7.0-beta.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.7.0-beta.0-linux-amd64.tar.gz
-rwxr-xr-x root/root 19611648 2021-03-04 10:13 nerdctl
-rwxr-xr-x root/root 8320 2021-03-04 10:13 containerd-rootless-setuptool.sh
-rwxr-xr-x root/root 5838 2021-03-04 10:13 containerd-rootless.sh
Full
Extract the archive to a path like /usr/local
or ~/.local
.
tar Cxzvvf /usr/local nerdctl-full-0.7.0-beta.0-linux-amd64.tar.gz
drwxr-xr-x 0/0 0 2021-03-04 10:16 bin/
-rwxr-xr-x 0/0 24806586 2015-10-21 00:00 bin/buildctl
-rwxr-xr-x 0/0 36003412 2015-10-21 00:00 bin/buildkitd
-rwxr-xr-x 1001/116 48241888 2021-02-26 17:01 bin/containerd
-rwxr-xr-x 0/0 8320 2021-03-04 10:16 bin/containerd-rootless-setuptool.sh
-rwxr-xr-x 0/0 5838 2021-03-04 10:16 bin/containerd-rootless.sh
-rwxr-xr-x 1001/116 9314304 2021-02-26 17:01 bin/containerd-shim-runc-v2
-rwxr-xr-x 0/0 32571392 2021-02-12 09:28 bin/containerd-stargz-grpc
-rwxr-xr-x 1001/116 26731392 2021-02-26 17:01 bin/ctr
-rwxr-xr-x 0/0 23996296 2021-02-12 09:28 bin/ctr-remote
-rwxr-xr-x 0/0 19587072 2021-03-04 10:16 bin/nerdctl
-rwxr-xr-x 0/0 9159430 2021-03-02 07:37 bin/rootlessctl
-rwxr-xr-x 0/0 10670829 2021-03-02 07:37 bin/rootlesskit
-rwxr-xr-x 0/0 14753696 2021-03-04 10:16 bin/runc
-rwxr-xr-x 0/0 3621328 2021-03-04 10:16 bin/slirp4netns
drwxr-xr-x 0/0 0 2021-03-04 10:16 libexec/
drwxrwxr-x 0/0 0 2021-03-04 10:16 libexec/cni/
-rwxr-xr-x 0/0 4151672 2021-02-05 15:42 libexec/cni/bandwidth
-rwxr-xr-x 0/0 4536104 2021-02-05 15:42 libexec/cni/bridge
-rwxr-xr-x 0/0 10270090 2021-02-05 15:42 libexec/cni/dhcp
-rwxr-xr-x 0/0 4767801 2021-02-05 15:42 libexec/cni/firewall
-rwxr-xr-x 0/0 3357992 2021-02-05 15:42 libexec/cni/flannel
-rwxr-xr-x 0/0 4144106 2021-02-05 15:42 libexec/cni/host-device
-rwxr-xr-x 0/0 3565330 2021-02-05 15:42 libexec/cni/host-local
-rwxr-xr-x 0/0 4288339 2021-02-05 15:42 libexec/cni/ipvlan
-rwxr-xr-x 0/0 2387968 2021-01-19 09:17 libexec/cni/isolation
-rwxr-xr-x 0/0 3530531 2021-02-05 15:42 libexec/cni/loopback
-rwxr-xr-x 0/0 4367216 2021-02-05 15:42 libexec/cni/macvlan
-rwxr-xr-x 0/0 3966455 2021-02-05 15:42 libexec/cni/portmap
-rwxr-xr-x 0/0 4467317 2021-02-05 15:42 libexec/cni/ptp
-rwxr-xr-x 0/0 3701138 2021-02-05 15:42 libexec/cni/sbr
-rwxr-xr-x 0/0 3153330 2021-02-05 15:42 libexec/cni/static
-rwxr-xr-x 0/0 3668289 2021-02-05 15:42 libexec/cni/tuning
-rwxr-xr-x 0/0 4287972 2021-02-05 15:42 libexec/cni/vlan
-rwxr-xr-x 0/0 3759977 2021-02-05 15:42 libexec/cni/vrf
drwxr-xr-x 0/0 0 2021-03-04 10:16 share/
drwxr-xr-x 0/0 0 2021-03-04 10:16 share/doc/
drwxr-xr-x 0/0 0 2021-03-04 10:16 share/doc/nerdctl-full/
-rw-r--r-- 0/0 480 2021-03-04 10:16 share/doc/nerdctl-full/README.md
-rw-r--r-- 0/0 2881 2021-03-04 10:16 share/doc/nerdctl-full/SHA256SUMS
Included components
See share/doc/nerdctl-full/README.md
:
# nerdctl (full distribution)
- nerdctl: v0.7.0-beta.0
- containerd: v1.5.0-beta.2
- runc: v1.0.0-rc93
- CNI plugins: v0.9.1
- CNI isolation plugin: v0.0.3
- BuildKit: v0.8.2
- Stargz Snapshotter: v0.4.1
- RootlessKit: v0.14.0-beta.0
- slirp4netns: v1.1.9
## License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://github.com/rootless-containers/slirp4netns/blob/v1.1.9/COPYING)
- 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
Rootless mode requires systemd and cgroup v2, 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/620624221
The sha256sum of the SHA256SUMS file itself is a50cf4aa32479132fbe7b64f5f26f90e68b1c5f027ddef8e142faf229fc0d67d
.
v0.6.1
Changes
- Improved stability of rootless mode
About the binaries
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/595232206
The sha256sum of the SHA256SUMS file itself is 9ccbd04b3e68b6704fee7dff62caa8b1c415f6cb7006c622df87fe79d74e1f87
.
v0.6.0
Changes
New commands
nerdctl login
andnerdctl logout
(thanks to @fahedouch, #59)nerdctl volume ls|inspect|create|rm
(#66)
Support looking up container IP addresses by their names (#63)
For simplicity, the name resolution is implemented using the plain old static /etc/hosts file without depending on a DNS daemon.
The following forms are supported:
<hostname>
<hostname>.<netname>
<name>
<name>.<netname>
Support rootless mode (#68)
$ containerd-rootless-setuptool.sh
$ nerdctl run -d --rm -p 8080:80 nginx
Needs cgroup v2. See docs/rootless.md
New directory layout (#65)
The directory layout of /var/lib/nerdctl
is now changed.
See docs/dir.md
About the binaries
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/580879466
The sha256sum of the SHA256SUMS file itself is 7f77e81cee29a3a73625e0cbd70aee9f72fa50b558433aa15caae6ce486e1047
.
v0.5.0
Changes
-
Support
nerdctl run --cap-add
and--cap-drop
(#55, thanks to @fahedouch) -
Support converting legacy Docker/OCI into eStargz images:
nerdctl image convert --estargz --oci example.com/foo:orig example.com/foo:esgz
(#53) -
Support creating custom networks:
nerdctl network (create|ls|inspect|rm)
(#51)- To isolate CNI bridge, CNI isolation plugin needs to be installed: https://github.com/AkihiroSuda/cni-isolation
- No support for looking up container IPs by their names yet
-
Bug fixes (#57, thanks to @shishir-a412ed )
-
Added Dockerfile for running nerdctl inside Docker (#56):
docker build -t nerdctl .
docker run -it --rm --privileged nerdctl
About the binaries
The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/containerd/nerdctl/actions/runs/495635285
The sha256sum of the SHA256SUMS file itself is b9fab123863bc7ea2a87fdbe47415aee9f6c484cfb18d3f6594be7f7c0fa7af5
.
v0.4.0
Changes
-
New commands and flags:
- nerdctl kill (thanks to @shishir-a412ed #39
- nerdctl run --labels (thanks to @soharaki #40)
- nerdctl port
- nerdctl events
- nerdctl exec
- nerdctl push
- nerdctl run --name
- nerdctl inspect
-
Misc fixes (thanks to @fuweid #41, @shishir-a412ed #44 #45)
About the binaries
The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/containerd/nerdctl/actions/runs/433276598
The sha256sum of the SHA256SUMS file itself is c9ac5df2a4eb20cacd34a931c4ca56d15cd49a40dac80496a8f6e7c8e86150c1 .