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
.