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
.