github containerd/nerdctl v0.6.0

latest releases: v2.0.0-rc.2, v1.7.7, v2.0.0-rc.1...
3 years ago

Changes

New commands

  • nerdctl login and nerdctl 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 .

Don't miss a new nerdctl release

NewReleases is sending notifications on new releases.